#88152F

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

Shades of Scarlett #88152F

Tints of Scarlett #88152F

Color information

#88152F (or 0x88152F) is unknown color: approx Scarlett. HEX triplet: 88, 15 and 2F. RGB value is (136,21,47). Sum of RGB (Red+Green+Blue) = 136+21+47=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #88152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88152F is #77EAD0. Grayscale: #3A3A3A. Windows color (decimal): -7858897 or 3085704. OLE color: 3085704.

HSL color Cylindrical-coordinate representation of color #88152F: hue angle of 346.43º 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 #88152F is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1362147-
CMYK00.850.650.47
HSL346.43º73.25%30.78%-
HSV(B)346.43º84.56%53.33%-
XYZ10.935.983.27-
YUV58.35121.6183.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.67%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 47 (18.75% from 255) = 23.04%
R=66.67%
G=10.29%
B=23.04%

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
Decimal136214700.850.650.47346.4373.2530.78
Hex88152F055412F15a491f
Octal210255701251015753211137
Binary1000100010101101111010101011000001101111101011010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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