#88152A

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

Shades of Scarlett #88152A

Tints of Scarlett #88152A

Color information

#88152A (or 0x88152A) is unknown color: approx Scarlett. HEX triplet: 88, 15 and 2A. RGB value is (136,21,42). Sum of RGB (Red+Green+Blue) = 136+21+42=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #88152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88152A is #77EAD5. Grayscale: #393939. Windows color (decimal): -7858902 or 2758024. OLE color: 2758024.

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

Color convert

RGB1362142-
CMYK00.850.690.47
HSL349.04º73.25%30.78%-
HSV(B)349.04º84.56%53.33%-
XYZ10.845.942.77-
YUV57.78119.1183.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 68.34%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=68.34%
G=10.55%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136214200.850.690.47349.0473.2530.78
Hex88152A055452F15d491f
Octal210255201251055753511137
Binary1000100010101101010010101011000101101111101011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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