#88142F

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

Shades of Scarlett #88142F

Tints of Scarlett #88142F

Color information

#88142F (or 0x88142F) is unknown color: approx Scarlett. HEX triplet: 88, 14 and 2F. RGB value is (136,20,47). Sum of RGB (Red+Green+Blue) = 136+20+47=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #88142F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88142F is #77EBD0. Grayscale: #393939. Windows color (decimal): -7859153 or 3085448. OLE color: 3085448.

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

Color convert

RGB1362047-
CMYK00.850.650.47
HSL346.03º74.36%30.59%-
HSV(B)346.03º85.29%53.33%-
XYZ10.925.943.26-
YUV57.76121.93183.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.00%
GREEN value IS 20 (8.20% from 255) = 9.85%
BLUE value IS 47 (18.75% from 255) = 23.15%
R=67.00%
G=9.85%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136204700.850.650.47346.0374.3630.59
Hex88142F055412F15a4a1f
Octal210245701251015753211237
Binary1000100010100101111010101011000001101111101011010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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