Html Css Color HEX #8D0C08 Dark Red

📋 copy color: '#8D0C08'

red 141 ◦ green 12 ◦ blue 8

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

Shades of Dark Red #8D0C08

Tints of Dark Red #8D0C08

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.45%

 BLUE value IS 8 (3.52% from 255) = 4.97%

R = 87.58%
G = 7.45%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8D0C08 (or 0x8D0C08) is known color: Dark Red. HEX triplet: 8D, 0C and 08. RGB value is (141,12,8). Sum of RGB (Red+Green+Blue) = 141+12+8=161 (21% of max value = 765). Red value is 141 (55.47% from 255 or 87.58% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0C08 is #72F3F7. Grayscale: #323232. Windows color (decimal): -7533560 or 527501. OLE color: 527501.

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

Color convert

RGB 141 12 8 -
CMYK 0 0.91 0.94 0.45
HSL 1.8º 0.89% 0.29% -
HSV(B) 1.8º 0.94% 0.55% -
XYZ 11.16 5.94 0.79 -
YUV 50.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 141 12 8 0 0.91 0.94 0.45 1.8 0.89 0.29
Hex 8D C 8 0 5B 5E 2D 2 59 1D
Octal 215 14 10 0 133 136 55 2 131 35
Binary 10001101 1100 1000 0 1011011 1011110 101101 10 1011001 11101

Color Harmonies of #8D0C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0C08

Black with #8D0C08

Text Example


Text Example

White with #8D0C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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