Html Css Color HEX #880504 Dark Red

📋 copy color: '#880504'

red 136 ◦ green 5 ◦ blue 4

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

Shades of Dark Red #880504

Tints of Dark Red #880504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.45%

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

R = 93.79%
G = 3.45%
B = 2.76%

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

#880504 (or 0x880504) is known color: Dark Red. HEX triplet: 88, 05 and 04. RGB value is (136,5,4). Sum of RGB (Red+Green+Blue) = 136+5+4=145 (19% of max value = 765). Red value is 136 (53.52% from 255 or 93.79% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 136 - color contains mainly: red. Hex color #880504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880504 is #77FAFB. Grayscale: #2C2C2C. Windows color (decimal): -7863036 or 263560. OLE color: 263560.

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

Color convert

RGB 136 5 4 -
CMYK 0 0.96 0.97 0.47
HSL 0.45º 0.94% 0.27% -
HSV(B) 0.45º 0.97% 0.53% -
XYZ 10.23 5.35 0.61 -
YUV 44.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 136 5 4 0 0.96 0.97 0.47 0.45 0.94 0.27
Hex 88 5 4 0 60 61 2F 0 5E 1B
Octal 210 5 4 0 140 141 57 0 136 33
Binary 10001000 101 100 0 1100000 1100001 101111 0 1011110 11011

Color Harmonies of #880504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880504

Black with #880504

Text Example


Text Example

White with #880504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880504; }

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

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

background-color css

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

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

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

border-color css

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

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

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