#881203

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

Shades of Dark Red #881203

Tints of Dark Red #881203

Color information

#881203 (or 0x881203) is unknown color: approx Dark Red. HEX triplet: 88, 12 and 03. RGB value is (136,18,3). Sum of RGB (Red+Green+Blue) = 136+18+3=157 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.62% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 136 - color contains mainly: red. Hex color #881203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881203 is #77EDFC. Grayscale: #333333. Windows color (decimal): -7859709 or 201352. OLE color: 201352.

HSL color Cylindrical-coordinate representation of color #881203: hue angle of 6.77º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #881203 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB136183-
CMYK00.870.980.47
HSL6.77º95.68%27.25%-
HSV(B)6.77º97.79%53.33%-
XYZ10.395.670.63-
YUV51.57100.59188.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 86.62%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 3 (1.56% from 255) = 1.91%
R=86.62%
G=11.46%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13618300.870.980.476.7795.6827.25
Hex88123057622F7601b
Octal210223012714257714033
Binary100010001001011010101111100010101111111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881203; }

 p { color: rgb(136,18,3); }

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

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

 a { background-color: rgb(136,18,3); }

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

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

 span { border-color: rgb(136,18,3); }

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