#88162F

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

Shades of Scarlett #88162F

Tints of Scarlett #88162F

Color information

#88162F (or 0x88162F) is unknown color: approx Scarlett. HEX triplet: 88, 16 and 2F. RGB value is (136,22,47). Sum of RGB (Red+Green+Blue) = 136+22+47=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #88162F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88162F is #77E9D0. Grayscale: #3A3A3A. Windows color (decimal): -7858641 or 3085960. OLE color: 3085960.

HSL color Cylindrical-coordinate representation of color #88162F: hue angle of 346.84º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #88162F is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1362247-
CMYK00.840.650.47
HSL346.84º72.15%30.98%-
HSV(B)346.84º83.82%53.33%-
XYZ10.956.013.27-
YUV58.94121.27182.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.34%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=66.34%
G=10.73%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136224700.840.650.47346.8472.1530.98
Hex88162F054412F15b481f
Octal210265701241015753311037
Binary1000100010110101111010101001000001101111101011011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88162F; }

 p { color: rgb(136,22,47); }

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

<style>
 a { background-color: #88162F; }

 a { background-color: rgb(136,22,47); }

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

<style>
 span { border-color: #88162F; }

 span { border-color: rgb(136,22,47); }

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