#7A1F2E

Color #7A1F2E Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #7A1F2E

Tints of Scarlett #7A1F2E

Color information

#7A1F2E (or 0x7A1F2E) is unknown color: approx Scarlett. HEX triplet: 7A, 1F and 2E. RGB value is (122,31,46). Sum of RGB (Red+Green+Blue) = 122+31+46=199 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.31% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1F2E is #85E0D1. Grayscale: #3B3B3B. Windows color (decimal): -8773842 or 3022714. OLE color: 3022714.

HSL color Cylindrical-coordinate representation of color #7A1F2E: hue angle of 350.11º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A1F2E is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB1223146-
CMYK00.750.620.52
HSL350.11º59.48%30%-
HSV(B)350.11º74.59%47.84%-
XYZ9.015.313.14-
YUV59.92120.15172.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 61.31%
GREEN value IS 31 (12.5% from 255) = 15.58%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=61.31%
G=15.58%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122314600.750.620.52350.1159.4830
Hex7A1F2E04B3E3415e3b1e
Octal1723756011376645367336
Binary1111010111111011100100101111111011010010101111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A1F2E; }

 p { color: rgb(122,31,46); }

 H1.HeaderClassName
 {
   color: #7A1F2E;
 }
 .AnyTagClassName
 {
   color: #7A1F2E;
 }
</style>
background-color css

<style>
 a { background-color: #7A1F2E; }

 a { background-color: rgb(122,31,46); }

 div.DivClassName
 {
   background-color: #7A1F2E;
 }
 .BgClassName
 {
   background-color: #7A1F2E;
 }
</style>
border-color css

<style>
 span { border-color: #7A1F2E; }

 span { border-color: rgb(122,31,46); }

 td.TdClassName
 {
   border-color: #7A1F2E;
 }
 .TagClassName
 {
   border-color: #7A1F2E;
 }
</style>