Html Css Color HEX #860711 Sangria

📋 copy color: '#860711'

red 134 ◦ green 7 ◦ blue 17

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

Shades of Sangria #860711

Tints of Sangria #860711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.43%

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

R = 84.81%
G = 4.43%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#860711 (or 0x860711) is known color: Sangria. HEX triplet: 86, 07 and 11. RGB value is (134,7,17). Sum of RGB (Red+Green+Blue) = 134+7+17=158 (20% of max value = 765). Red value is 134 (52.73% from 255 or 84.81% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 134 - color contains mainly: red. Hex color #860711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860711 is #79F8EE. Grayscale: #2E2E2E. Windows color (decimal): -7993583 or 1116038. OLE color: 1116038.

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

Color convert

RGB 134 7 17 -
CMYK 0 0.95 0.87 0.47
HSL 355.28º 0.9% 0.28% -
HSV(B) 355.28º 0.95% 0.53% -
XYZ 10.01 5.26 1.02 -
YUV 46.11 111.58 190.69 -
System Red Green Blue C M Y K H S L
Decimal 134 7 17 0 0.95 0.87 0.47 355.28 0.9 0.28
Hex 86 7 11 0 5F 57 2F 163 5A 1C
Octal 206 7 21 0 137 127 57 543 132 34
Binary 10000110 111 10001 0 1011111 1010111 101111 101100011 1011010 11100

Color Harmonies of #860711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860711

Black with #860711

Text Example


Text Example

White with #860711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860711; }

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

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

background-color css

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

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

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

border-color css

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

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

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