Html Css Color HEX #880404 Dark Red

📋 copy color: '#880404'

red 136 ◦ green 4 ◦ blue 4

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

Shades of Dark Red #880404

Tints of Dark Red #880404

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.78%

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

R = 94.44%
G = 2.78%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#880404 (or 0x880404) is known color: Dark Red. HEX triplet: 88, 04 and 04. RGB value is (136,4,4). Sum of RGB (Red+Green+Blue) = 136+4+4=144 (19% of max value = 765). Red value is 136 (53.52% from 255 or 94.44% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 136 - color contains mainly: red. Hex color #880404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880404 is #77FBFB. Grayscale: #2B2B2B. Windows color (decimal): -7863292 or 263304. OLE color: 263304.

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

Color convert

RGB 136 4 4 -
CMYK 0 0.97 0.97 0.47
HSL 0.94% 0.27% -
HSV(B) 0.97% 0.53% -
XYZ 10.22 5.33 0.61 -
YUV 43.47 105.73 194 -
System Red Green Blue C M Y K H S L
Decimal 136 4 4 0 0.97 0.97 0.47 0 0.94 0.27
Hex 88 4 4 0 61 61 2F 0 5E 1B
Octal 210 4 4 0 141 141 57 0 136 33
Binary 10001000 100 100 0 1100001 1100001 101111 0 1011110 11011

Color Harmonies of #880404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880404

Black with #880404

Text Example


Text Example

White with #880404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880404; }

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

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

background-color css

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

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

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

border-color css

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

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

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