Html Css Color HEX #8D0805 Dark Red

📋 copy color: '#8D0805'

red 141 ◦ green 8 ◦ blue 5

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

Shades of Dark Red #8D0805

Tints of Dark Red #8D0805

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.19%

 BLUE value IS 5 (2.34% from 255) = 3.25%

R = 91.56%
G = 5.19%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8D0805 (or 0x8D0805) is known color: Dark Red. HEX triplet: 8D, 08 and 05. RGB value is (141,8,5). Sum of RGB (Red+Green+Blue) = 141+8+5=154 (20% of max value = 765). Red value is 141 (55.47% from 255 or 91.56% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0805 is #72F7FA. Grayscale: #2F2F2F. Windows color (decimal): -7534587 or 329869. OLE color: 329869.

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

Color convert

RGB 141 8 5 -
CMYK 0 0.94 0.96 0.45
HSL 1.32º 0.93% 0.29% -
HSV(B) 1.32º 0.96% 0.55% -
XYZ 11.1 5.85 0.69 -
YUV 47.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 141 8 5 0 0.94 0.96 0.45 1.32 0.93 0.29
Hex 8D 8 5 0 5E 60 2D 1 5D 1D
Octal 215 10 5 0 136 140 55 1 135 35
Binary 10001101 1000 101 0 1011110 1100000 101101 1 1011101 11101

Color Harmonies of #8D0805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0805

Black with #8D0805

Text Example


Text Example

White with #8D0805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,8,5); }

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

background-color css

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

 a { background-color: rgb(141,8,5); }

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

border-color css

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

 span { border-color: rgb(141,8,5); }

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