Html Css Color HEX #880604 Dark Red

📋 copy color: '#880604'

red 136 ◦ green 6 ◦ blue 4

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

Shades of Dark Red #880604

Tints of Dark Red #880604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.11%

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

R = 93.15%
G = 4.11%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#880604 (or 0x880604) is known color: Dark Red. HEX triplet: 88, 06 and 04. RGB value is (136,6,4). Sum of RGB (Red+Green+Blue) = 136+6+4=146 (19% of max value = 765). Red value is 136 (53.52% from 255 or 93.15% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 136 - color contains mainly: red. Hex color #880604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880604 is #77F9FB. Grayscale: #2C2C2C. Windows color (decimal): -7862780 or 263816. OLE color: 263816.

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

Color convert

RGB 136 6 4 -
CMYK 0 0.96 0.97 0.47
HSL 0.91º 0.94% 0.27% -
HSV(B) 0.91º 0.97% 0.53% -
XYZ 10.24 5.37 0.61 -
YUV 44.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 136 6 4 0 0.96 0.97 0.47 0.91 0.94 0.27
Hex 88 6 4 0 60 61 2F 1 5E 1B
Octal 210 6 4 0 140 141 57 1 136 33
Binary 10001000 110 100 0 1100000 1100001 101111 1 1011110 11011

Color Harmonies of #880604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880604

Black with #880604

Text Example


Text Example

White with #880604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880604; }

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

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

background-color css

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

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

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

border-color css

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

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

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