#881528

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

Shades of Scarlett #881528

Tints of Scarlett #881528

Color information

#881528 (or 0x881528) is unknown color: approx Scarlett. HEX triplet: 88, 15 and 28. RGB value is (136,21,40). Sum of RGB (Red+Green+Blue) = 136+21+40=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #881528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881528 is #77EAD7. Grayscale: #393939. Windows color (decimal): -7858904 or 2626952. OLE color: 2626952.

HSL color Cylindrical-coordinate representation of color #881528: hue angle of 350.09º degrees, saturation: 0.73, 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 #881528 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1362140-
CMYK00.850.710.47
HSL350.09º73.25%30.78%-
HSV(B)350.09º84.56%53.33%-
XYZ10.85.922.58-
YUV57.55118.1183.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 69.04%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 40 (16.02% from 255) = 20.30%
R=69.04%
G=10.66%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136214000.850.710.47350.0973.2530.78
Hex881528055472F15e491f
Octal210255001251075753611137
Binary1000100010101101000010101011000111101111101011110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881528; }

 p { color: rgb(136,21,40); }

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

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

 a { background-color: rgb(136,21,40); }

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

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

 span { border-color: rgb(136,21,40); }

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