#88162A

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

Shades of Scarlett #88162A

Tints of Scarlett #88162A

Color information

#88162A (or 0x88162A) is unknown color: approx Scarlett. HEX triplet: 88, 16 and 2A. RGB value is (136,22,42). Sum of RGB (Red+Green+Blue) = 136+22+42=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88162A is #77E9D5. Grayscale: #3A3A3A. Windows color (decimal): -7858646 or 2758280. OLE color: 2758280.

HSL color Cylindrical-coordinate representation of color #88162A: hue angle of 349.47º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #88162A is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1362242-
CMYK00.840.690.47
HSL349.47º72.15%30.98%-
HSV(B)349.47º83.82%53.33%-
XYZ10.865.982.77-
YUV58.37118.77183.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 68%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 42 (16.80% from 255) = 21%
R=68%
G=11%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136224200.840.690.47349.4772.1530.98
Hex88162A054452F15d481f
Octal210265201241055753511037
Binary1000100010110101010010101001000101101111101011101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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