Html Css Color HEX #881405 Dark Red

📋 copy color: '#881405'

red 136 ◦ green 20 ◦ blue 5

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

Shades of Dark Red #881405

Tints of Dark Red #881405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.42%

 BLUE value IS 5 (2.34% from 255) = 3.11%

R = 84.47%
G = 12.42%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#881405 (or 0x881405) is known color: Dark Red. HEX triplet: 88, 14 and 05. RGB value is (136,20,5). Sum of RGB (Red+Green+Blue) = 136+20+5=161 (21% of max value = 765). Red value is 136 (53.52% from 255 or 84.47% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 136 - color contains mainly: red. Hex color #881405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881405 is #77EBFA. Grayscale: #353535. Windows color (decimal): -7859195 or 332936. OLE color: 332936.

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

Color convert

RGB 136 20 5 -
CMYK 0 0.85 0.96 0.47
HSL 6.87º 0.93% 0.28% -
HSV(B) 6.87º 0.96% 0.53% -
XYZ 10.43 5.75 0.7 -
YUV 52.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 136 20 5 0 0.85 0.96 0.47 6.87 0.93 0.28
Hex 88 14 5 0 55 60 2F 7 5D 1C
Octal 210 24 5 0 125 140 57 7 135 34
Binary 10001000 10100 101 0 1010101 1100000 101111 111 1011101 11100

Color Harmonies of #881405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881405

Black with #881405

Text Example


Text Example

White with #881405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881405; }

 p { color: rgb(136,20,5); }

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

background-color css

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

 a { background-color: rgb(136,20,5); }

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

border-color css

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

 span { border-color: rgb(136,20,5); }

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