Html Css Color HEX #881503 Dark Red

📋 copy color: '#881503'

red 136 ◦ green 21 ◦ blue 3

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

Shades of Dark Red #881503

Tints of Dark Red #881503

RGB

 RED value IS 136 (53.52% from 255) = 85%

 GREEN value IS 21 (8.59% from 255) = 13.13%

 BLUE value IS 3 (1.56% from 255) = 1.88%

R = 85%
G = 13.13%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#881503 (or 0x881503) is known color: Dark Red. HEX triplet: 88, 15 and 03. RGB value is (136,21,3). Sum of RGB (Red+Green+Blue) = 136+21+3=160 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 136 - color contains mainly: red. Hex color #881503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881503 is #77EAFC. Grayscale: #353535. Windows color (decimal): -7858941 or 202120. OLE color: 202120.

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

Color convert

RGB 136 21 3 -
CMYK 0 0.85 0.98 0.47
HSL 8.12º 0.96% 0.27% -
HSV(B) 8.12º 0.98% 0.53% -
XYZ 10.44 5.78 0.65 -
YUV 53.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 136 21 3 0 0.85 0.98 0.47 8.12 0.96 0.27
Hex 88 15 3 0 55 62 2F 8 60 1B
Octal 210 25 3 0 125 142 57 10 140 33
Binary 10001000 10101 11 0 1010101 1100010 101111 1000 1100000 11011

Color Harmonies of #881503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881503

Black with #881503

Text Example


Text Example

White with #881503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881503; }

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

 H1.HeaderClassName
 {
   color: #881503;
 }
 .AnyTagClassName
 {
   color: #881503;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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