Html Css Color HEX #8D0B05 Dark Red

📋 copy color: '#8D0B05'

red 141 ◦ green 11 ◦ blue 5

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

Shades of Dark Red #8D0B05

Tints of Dark Red #8D0B05

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.01%

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

R = 89.81%
G = 7.01%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8D0B05 (or 0x8D0B05) is known color: Dark Red. HEX triplet: 8D, 0B and 05. RGB value is (141,11,5). Sum of RGB (Red+Green+Blue) = 141+11+5=157 (20% of max value = 765). Red value is 141 (55.47% from 255 or 89.81% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0B05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0B05 is #72F4FA. Grayscale: #313131. Windows color (decimal): -7533819 or 330637. OLE color: 330637.

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

Color convert

RGB 141 11 5 -
CMYK 0 0.92 0.96 0.45
HSL 2.65º 0.93% 0.29% -
HSV(B) 2.65º 0.96% 0.55% -
XYZ 11.13 5.91 0.7 -
YUV 49.19 103.07 193.49 -
System Red Green Blue C M Y K H S L
Decimal 141 11 5 0 0.92 0.96 0.45 2.65 0.93 0.29
Hex 8D B 5 0 5C 60 2D 3 5D 1D
Octal 215 13 5 0 134 140 55 3 135 35
Binary 10001101 1011 101 0 1011100 1100000 101101 11 1011101 11101

Color Harmonies of #8D0B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0B05

Black with #8D0B05

Text Example


Text Example

White with #8D0B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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