Html Css Color HEX #8D0705 Dark Red

📋 copy color: '#8D0705'

red 141 ◦ green 7 ◦ blue 5

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

Shades of Dark Red #8D0705

Tints of Dark Red #8D0705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.58%

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

R = 92.16%
G = 4.58%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8D0705 (or 0x8D0705) is known color: Dark Red. HEX triplet: 8D, 07 and 05. RGB value is (141,7,5). Sum of RGB (Red+Green+Blue) = 141+7+5=153 (20% of max value = 765). Red value is 141 (55.47% from 255 or 92.16% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0705 is #72F8FA. Grayscale: #2E2E2E. Windows color (decimal): -7534843 or 329613. OLE color: 329613.

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

Color convert

RGB 141 7 5 -
CMYK 0 0.95 0.96 0.45
HSL 0.88º 0.93% 0.29% -
HSV(B) 0.88º 0.96% 0.55% -
XYZ 11.09 5.83 0.68 -
YUV 46.84 104.39 195.16 -
System Red Green Blue C M Y K H S L
Decimal 141 7 5 0 0.95 0.96 0.45 0.88 0.93 0.29
Hex 8D 7 5 0 5F 60 2D 1 5D 1D
Octal 215 7 5 0 137 140 55 1 135 35
Binary 10001101 111 101 0 1011111 1100000 101101 1 1011101 11101

Color Harmonies of #8D0705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0705

Black with #8D0705

Text Example


Text Example

White with #8D0705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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