Html Css Color HEX #860511 Sangria

📋 copy color: '#860511'

red 134 ◦ green 5 ◦ blue 17

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

Shades of Sangria #860511

Tints of Sangria #860511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.21%

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

R = 85.9%
G = 3.21%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#860511 (or 0x860511) is known color: Sangria. HEX triplet: 86, 05 and 11. RGB value is (134,5,17). Sum of RGB (Red+Green+Blue) = 134+5+17=156 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.90% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 134 - color contains mainly: red. Hex color #860511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860511 is #79FAEE. Grayscale: #2D2D2D. Windows color (decimal): -7994095 or 1115526. OLE color: 1115526.

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

Color convert

RGB 134 5 17 -
CMYK 0 0.96 0.87 0.47
HSL 354.42º 0.93% 0.27% -
HSV(B) 354.42º 0.96% 0.53% -
XYZ 9.99 5.22 1.01 -
YUV 44.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 134 5 17 0 0.96 0.87 0.47 354.42 0.93 0.27
Hex 86 5 11 0 60 57 2F 162 5D 1B
Octal 206 5 21 0 140 127 57 542 135 33
Binary 10000110 101 10001 0 1100000 1010111 101111 101100010 1011101 11011

Color Harmonies of #860511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860511

Black with #860511

Text Example


Text Example

White with #860511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860511; }

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

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

background-color css

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

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

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

border-color css

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

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

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