Html Css Color HEX #860811 Sangria

📋 copy color: '#860811'

red 134 ◦ green 8 ◦ blue 17

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

Shades of Sangria #860811

Tints of Sangria #860811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.03%

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

R = 84.28%
G = 5.03%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#860811 (or 0x860811) is known color: Sangria. HEX triplet: 86, 08 and 11. RGB value is (134,8,17). Sum of RGB (Red+Green+Blue) = 134+8+17=159 (21% of max value = 765). Red value is 134 (52.73% from 255 or 84.28% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 134 - color contains mainly: red. Hex color #860811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860811 is #79F7EE. Grayscale: #2E2E2E. Windows color (decimal): -7993327 or 1116294. OLE color: 1116294.

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

Color convert

RGB 134 8 17 -
CMYK 0 0.94 0.87 0.47
HSL 355.71º 0.89% 0.28% -
HSV(B) 355.71º 0.94% 0.53% -
XYZ 10.02 5.28 1.02 -
YUV 46.7 111.24 190.27 -
System Red Green Blue C M Y K H S L
Decimal 134 8 17 0 0.94 0.87 0.47 355.71 0.89 0.28
Hex 86 8 11 0 5E 57 2F 164 59 1C
Octal 206 10 21 0 136 127 57 544 131 34
Binary 10000110 1000 10001 0 1011110 1010111 101111 101100100 1011001 11100

Color Harmonies of #860811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860811

Black with #860811

Text Example


Text Example

White with #860811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860811; }

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

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

background-color css

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

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

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

border-color css

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

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

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