Html Css Color HEX #861011 Sangria

📋 copy color: '#861011'

red 134 ◦ green 16 ◦ blue 17

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

Shades of Sangria #861011

Tints of Sangria #861011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.58%

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

R = 80.24%
G = 9.58%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#861011 (or 0x861011) is known color: Sangria. HEX triplet: 86, 10 and 11. RGB value is (134,16,17). Sum of RGB (Red+Green+Blue) = 134+16+17=167 (22% of max value = 765). Red value is 134 (52.73% from 255 or 80.24% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 134 - color contains mainly: red. Hex color #861011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861011 is #79EFEE. Grayscale: #333333. Windows color (decimal): -7991279 or 1118342. OLE color: 1118342.

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

Color convert

RGB 134 16 17 -
CMYK 0 0.88 0.87 0.47
HSL 359.49º 0.79% 0.29% -
HSV(B) 359.49º 0.88% 0.53% -
XYZ 10.12 5.48 1.05 -
YUV 51.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 134 16 17 0 0.88 0.87 0.47 359.49 0.79 0.29
Hex 86 10 11 0 58 57 2F 167 4F 1D
Octal 206 20 21 0 130 127 57 547 117 35
Binary 10000110 10000 10001 0 1011000 1010111 101111 101100111 1001111 11101

Color Harmonies of #861011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861011

Black with #861011

Text Example


Text Example

White with #861011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861011; }

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

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

background-color css

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

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

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

border-color css

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

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

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