Html Css Color HEX #860F11 Sangria

📋 copy color: '#860F11'

red 134 ◦ green 15 ◦ blue 17

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

Shades of Sangria #860F11

Tints of Sangria #860F11

RGB

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

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

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

R = 80.72%
G = 9.04%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#860F11 (or 0x860F11) is known color: Sangria. HEX triplet: 86, 0F and 11. RGB value is (134,15,17). Sum of RGB (Red+Green+Blue) = 134+15+17=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #860F11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860F11 is #79F0EE. Grayscale: #323232. Windows color (decimal): -7991535 or 1118086. OLE color: 1118086.

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

Color convert

RGB 134 15 17 -
CMYK 0 0.89 0.87 0.47
HSL 358.99º 0.8% 0.29% -
HSV(B) 358.99º 0.89% 0.53% -
XYZ 10.1 5.45 1.05 -
YUV 50.81 108.92 187.34 -
System Red Green Blue C M Y K H S L
Decimal 134 15 17 0 0.89 0.87 0.47 358.99 0.8 0.29
Hex 86 F 11 0 59 57 2F 167 50 1D
Octal 206 17 21 0 131 127 57 547 120 35
Binary 10000110 1111 10001 0 1011001 1010111 101111 101100111 1010000 11101

Color Harmonies of #860F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860F11

Black with #860F11

Text Example


Text Example

White with #860F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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