Html Css Color HEX #880904 Dark Red

📋 copy color: '#880904'

red 136 ◦ green 9 ◦ blue 4

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

Shades of Dark Red #880904

Tints of Dark Red #880904

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.04%

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

R = 91.28%
G = 6.04%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#880904 (or 0x880904) is known color: Dark Red. HEX triplet: 88, 09 and 04. RGB value is (136,9,4). Sum of RGB (Red+Green+Blue) = 136+9+4=149 (19% of max value = 765). Red value is 136 (53.52% from 255 or 91.28% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 136 - color contains mainly: red. Hex color #880904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880904 is #77F6FB. Grayscale: #2E2E2E. Windows color (decimal): -7862012 or 264584. OLE color: 264584.

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

Color convert

RGB 136 9 4 -
CMYK 0 0.93 0.97 0.47
HSL 2.27º 0.94% 0.27% -
HSV(B) 2.27º 0.97% 0.53% -
XYZ 10.27 5.44 0.62 -
YUV 46.4 104.08 191.91 -
System Red Green Blue C M Y K H S L
Decimal 136 9 4 0 0.93 0.97 0.47 2.27 0.94 0.27
Hex 88 9 4 0 5D 61 2F 2 5E 1B
Octal 210 11 4 0 135 141 57 2 136 33
Binary 10001000 1001 100 0 1011101 1100001 101111 10 1011110 11011

Color Harmonies of #880904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880904

Black with #880904

Text Example


Text Example

White with #880904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880904; }

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

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

background-color css

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

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

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

border-color css

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

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

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