#7F162C

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

Shades of Scarlett #7F162C

Tints of Scarlett #7F162C

Color information

#7F162C (or 0x7F162C) is unknown color: approx Scarlett. HEX triplet: 7F, 16 and 2C. RGB value is (127,22,44). Sum of RGB (Red+Green+Blue) = 127+22+44=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F162C is #80E9D3. Grayscale: #373737. Windows color (decimal): -8448468 or 2889343. OLE color: 2889343.

HSL color Cylindrical-coordinate representation of color #7F162C: hue angle of 347.43º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F162C is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1272244-
CMYK00.830.650.50
HSL347.43º70.47%29.22%-
HSV(B)347.43º82.68%49.8%-
XYZ9.495.272.9-
YUV55.9121.29178.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 65.80%
GREEN value IS 22 (8.98% from 255) = 11.40%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=65.80%
G=11.40%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127224400.830.650.50347.4370.4729.22
Hex7F162C053413215b461d
Octal177265401231016253310635
Binary111111110110101100010100111000001110010101011011100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,22,44); }

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

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

 a { background-color: rgb(127,22,44); }

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

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

 span { border-color: rgb(127,22,44); }

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