Html Css Color HEX #8D0604 Dark Red

📋 copy color: '#8D0604'

red 141 ◦ green 6 ◦ blue 4

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

Shades of Dark Red #8D0604

Tints of Dark Red #8D0604

RGB

 RED value IS 141 (55.47% from 255) = 93.38%

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

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

R = 93.38%
G = 3.97%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8D0604 (or 0x8D0604) is known color: Dark Red. HEX triplet: 8D, 06 and 04. RGB value is (141,6,4). Sum of RGB (Red+Green+Blue) = 141+6+4=151 (20% of max value = 765). Red value is 141 (55.47% from 255 or 93.38% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0604 is #72F9FB. Grayscale: #2E2E2E. Windows color (decimal): -7535100 or 263821. OLE color: 263821.

HSL color Cylindrical-coordinate representation of color #8D0604: hue angle of 0.88º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D0604 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 6 4 -
CMYK 0 0.96 0.97 0.45
HSL 0.88º 0.94% 0.28% -
HSV(B) 0.88º 0.97% 0.55% -
XYZ 11.07 5.8 0.65 -
YUV 46.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 141 6 4 0 0.96 0.97 0.45 0.88 0.94 0.28
Hex 8D 6 4 0 60 61 2D 1 5E 1C
Octal 215 6 4 0 140 141 55 1 136 34
Binary 10001101 110 100 0 1100000 1100001 101101 1 1011110 11100

Color Harmonies of #8D0604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0604

Black with #8D0604

Text Example


Text Example

White with #8D0604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D0604; }

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

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

background-color css

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

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

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

border-color css

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

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

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