Html Css Color HEX #8D0506 Sangria

📋 copy color: '#8D0506'

red 141 ◦ green 5 ◦ blue 6

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

Shades of Sangria #8D0506

Tints of Sangria #8D0506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

 BLUE value IS 6 (2.73% from 255) = 3.95%

R = 92.76%
G = 3.29%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8D0506 (or 0x8D0506) is known color: Sangria. HEX triplet: 8D, 05 and 06. RGB value is (141,5,6). Sum of RGB (Red+Green+Blue) = 141+5+6=152 (20% of max value = 765). Red value is 141 (55.47% from 255 or 92.76% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0506 is #72FAF9. Grayscale: #2D2D2D. Windows color (decimal): -7535354 or 394637. OLE color: 394637.

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

Color convert

RGB 141 5 6 -
CMYK 0 0.96 0.96 0.45
HSL 359.56º 0.93% 0.29% -
HSV(B) 359.56º 0.96% 0.55% -
XYZ 11.07 5.78 0.71 -
YUV 45.78 105.56 195.92 -
System Red Green Blue C M Y K H S L
Decimal 141 5 6 0 0.96 0.96 0.45 359.56 0.93 0.29
Hex 8D 5 6 0 60 60 2D 168 5D 1D
Octal 215 5 6 0 140 140 55 550 135 35
Binary 10001101 101 110 0 1100000 1100000 101101 101101000 1011101 11101

Color Harmonies of #8D0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0506

Black with #8D0506

Text Example


Text Example

White with #8D0506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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