#7F162B

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

Shades of Scarlett #7F162B

Tints of Scarlett #7F162B

Color information

#7F162B (or 0x7F162B) is unknown color: approx Scarlett. HEX triplet: 7F, 16 and 2B. RGB value is (127,22,43). Sum of RGB (Red+Green+Blue) = 127+22+43=192 (25% of max value = 765). Red value is 127 (50% from 255 or 66.15% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 127 - color contains mainly: red. Hex color #7F162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F162B is #80E9D4. Grayscale: #373737. Windows color (decimal): -8448469 or 2823807. OLE color: 2823807.

HSL color Cylindrical-coordinate representation of color #7F162B: hue angle of 348º 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 #7F162B is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1272243-
CMYK00.830.660.50
HSL348º70.47%29.22%-
HSV(B)348º82.68%49.8%-
XYZ9.485.262.8-
YUV55.79120.79178.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 66.15%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 43 (17.19% from 255) = 22.40%
R=66.15%
G=11.46%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127224300.830.660.5034870.4729.22
Hex7F162B053423215c461d
Octal177265301231026253410635
Binary111111110110101011010100111000010110010101011100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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