#881831

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

Shades of Scarlett #881831

Tints of Scarlett #881831

Color information

#881831 (or 0x881831) is unknown color: approx Scarlett. HEX triplet: 88, 18 and 31. RGB value is (136,24,49). Sum of RGB (Red+Green+Blue) = 136+24+49=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #881831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881831 is #77E7CE. Grayscale: #3C3C3C. Windows color (decimal): -7858127 or 3217544. OLE color: 3217544.

HSL color Cylindrical-coordinate representation of color #881831: hue angle of 346.61º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881831 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1362449-
CMYK00.820.640.47
HSL346.61º70%31.37%-
HSV(B)346.61º82.35%53.33%-
XYZ11.036.113.5-
YUV60.34121.61181.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 65.07%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 49 (19.53% from 255) = 23.44%
R=65.07%
G=11.48%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136244900.820.640.47346.617031.37
Hex881831052402F15b461f
Octal210306101221005753310637
Binary1000100011000110001010100101000000101111101011011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881831; }

 p { color: rgb(136,24,49); }

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

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

 a { background-color: rgb(136,24,49); }

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

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

 span { border-color: rgb(136,24,49); }

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