Html Css Color HEX #881203 Dark Red

📋 copy color: '#881203'

red 136 ◦ green 18 ◦ blue 3

#881203
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #881203

Tints of Dark Red #881203

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 value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#881203 (or 0x881203) is known color: 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

RGB 136 18 3 -
CMYK 0 0.87 0.98 0.47
HSL 6.77º 0.96% 0.27% -
HSV(B) 6.77º 0.98% 0.53% -
XYZ 10.39 5.67 0.63 -
YUV 51.57 100.59 188.22 -
System Red Green Blue C M Y K H S L
Decimal 136 18 3 0 0.87 0.98 0.47 6.77 0.96 0.27
Hex 88 12 3 0 57 62 2F 7 60 1B
Octal 210 22 3 0 127 142 57 7 140 33
Binary 10001000 10010 11 0 1010111 1100010 101111 111 1100000 11011

Color Harmonies of #881203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881203

Black with #881203

Text Example


Text Example

White with #881203

Text Example


Text Example

HTML Codes & Css Web 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>