Html Css Color HEX #880D04 Dark Red

📋 copy color: '#880D04'

red 136 ◦ green 13 ◦ blue 4

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

Shades of Dark Red #880D04

Tints of Dark Red #880D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.5%

 BLUE value IS 4 (1.95% from 255) = 2.61%

R = 88.89%
G = 8.5%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#880D04 (or 0x880D04) is known color: Dark Red. HEX triplet: 88, 0D and 04. RGB value is (136,13,4). Sum of RGB (Red+Green+Blue) = 136+13+4=153 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.89% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 136 - color contains mainly: red. Hex color #880D04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880D04 is #77F2FB. Grayscale: #303030. Windows color (decimal): -7860988 or 265608. OLE color: 265608.

HSL color Cylindrical-coordinate representation of color #880D04: hue angle of 4.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880D04 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 4 -
CMYK 0 0.90 0.97 0.47
HSL 4.09º 0.94% 0.27% -
HSV(B) 4.09º 0.97% 0.53% -
XYZ 10.32 5.53 0.64 -
YUV 48.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 136 13 4 0 0.90 0.97 0.47 4.09 0.94 0.27
Hex 88 D 4 0 5A 61 2F 4 5E 1B
Octal 210 15 4 0 132 141 57 4 136 33
Binary 10001000 1101 100 0 1011010 1100001 101111 100 1011110 11011

Color Harmonies of #880D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D04

Black with #880D04

Text Example


Text Example

White with #880D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880D04; }

 p { color: rgb(136,13,4); }

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

background-color css

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

 a { background-color: rgb(136,13,4); }

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

border-color css

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

 span { border-color: rgb(136,13,4); }

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