Html Css Color HEX #8A0F11 Sangria

📋 copy color: '#8A0F11'

red 138 ◦ green 15 ◦ blue 17

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

Shades of Sangria #8A0F11

Tints of Sangria #8A0F11

RGB

 RED value IS 138 (54.3% from 255) = 81.18%

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

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

R = 81.18%
G = 8.82%
B = 10%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#8A0F11 (or 0x8A0F11) is known color: Sangria. HEX triplet: 8A, 0F and 11. RGB value is (138,15,17). Sum of RGB (Red+Green+Blue) = 138+15+17=170 (22% of max value = 765). Red value is 138 (54.30% from 255 or 81.18% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0F11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0F11 is #75F0EE. Grayscale: #343434. Windows color (decimal): -7729391 or 1118090. OLE color: 1118090.

HSL color Cylindrical-coordinate representation of color #8A0F11: hue angle of 359.02º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A0F11 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 15 17 -
CMYK 0 0.89 0.88 0.46
HSL 359.02º 0.8% 0.3% -
HSV(B) 359.02º 0.89% 0.54% -
XYZ 10.75 5.79 1.08 -
YUV 52.01 108.25 189.34 -
System Red Green Blue C M Y K H S L
Decimal 138 15 17 0 0.89 0.88 0.46 359.02 0.8 0.3
Hex 8A F 11 0 59 58 2E 167 50 1E
Octal 212 17 21 0 131 130 56 547 120 36
Binary 10001010 1111 10001 0 1011001 1011000 101110 101100111 1010000 11110

Color Harmonies of #8A0F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0F11

Black with #8A0F11

Text Example


Text Example

White with #8A0F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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