Html Css Color HEX #860A11 Sangria

📋 copy color: '#860A11'

red 134 ◦ green 10 ◦ blue 17

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

Shades of Sangria #860A11

Tints of Sangria #860A11

RGB

 RED value IS 134 (52.73% from 255) = 83.23%

 GREEN value IS 10 (4.3% from 255) = 6.21%

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

R = 83.23%
G = 6.21%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#860A11 (or 0x860A11) is known color: Sangria. HEX triplet: 86, 0A and 11. RGB value is (134,10,17). Sum of RGB (Red+Green+Blue) = 134+10+17=161 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.23% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 134 - color contains mainly: red. Hex color #860A11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860A11 is #79F5EE. Grayscale: #2F2F2F. Windows color (decimal): -7992815 or 1116806. OLE color: 1116806.

HSL color Cylindrical-coordinate representation of color #860A11: hue angle of 356.61º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A11 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 10 17 -
CMYK 0 0.93 0.87 0.47
HSL 356.61º 0.86% 0.28% -
HSV(B) 356.61º 0.93% 0.53% -
XYZ 10.04 5.33 1.03 -
YUV 47.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 134 10 17 0 0.93 0.87 0.47 356.61 0.86 0.28
Hex 86 A 11 0 5D 57 2F 165 56 1C
Octal 206 12 21 0 135 127 57 545 126 34
Binary 10000110 1010 10001 0 1011101 1010111 101111 101100101 1010110 11100

Color Harmonies of #860A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A11

Black with #860A11

Text Example


Text Example

White with #860A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860A11; }

 p { color: rgb(134,10,17); }

 H1.HeaderClassName
 {
   color: #860A11;
 }
 .AnyTagClassName
 {
   color: #860A11;
 }
</style>

background-color css

<style>
 a { background-color: #860A11; }

 a { background-color: rgb(134,10,17); }

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

border-color css

<style>
 span { border-color: #860A11; }

 span { border-color: rgb(134,10,17); }

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