Html Css Color HEX #8D0F11 Sangria

📋 copy color: '#8D0F11'

red 141 ◦ green 15 ◦ blue 17

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

Shades of Sangria #8D0F11

Tints of Sangria #8D0F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.67%

 BLUE value IS 17 (7.03% from 255) = 9.83%

R = 81.5%
G = 8.67%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8D0F11 (or 0x8D0F11) is known color: Sangria. HEX triplet: 8D, 0F and 11. RGB value is (141,15,17). Sum of RGB (Red+Green+Blue) = 141+15+17=173 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.50% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0F11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0F11 is #72F0EE. Grayscale: #353535. Windows color (decimal): -7532783 or 1118093. OLE color: 1118093.

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

Color convert

RGB 141 15 17 -
CMYK 0 0.89 0.88 0.45
HSL 359.05º 0.81% 0.31% -
HSV(B) 359.05º 0.89% 0.55% -
XYZ 11.26 6.04 1.1 -
YUV 52.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 141 15 17 0 0.89 0.88 0.45 359.05 0.81 0.31
Hex 8D F 11 0 59 58 2D 167 51 1F
Octal 215 17 21 0 131 130 55 547 121 37
Binary 10001101 1111 10001 0 1011001 1011000 101101 101100111 1010001 11111

Color Harmonies of #8D0F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0F11

Black with #8D0F11

Text Example


Text Example

White with #8D0F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,15,17); }

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

background-color css

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

 a { background-color: rgb(141,15,17); }

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

border-color css

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

 span { border-color: rgb(141,15,17); }

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