Html Css Color HEX #860911 Sangria

📋 copy color: '#860911'

red 134 ◦ green 9 ◦ blue 17

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

Shades of Sangria #860911

Tints of Sangria #860911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.63%

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

R = 83.75%
G = 5.63%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#860911 (or 0x860911) is known color: Sangria. HEX triplet: 86, 09 and 11. RGB value is (134,9,17). Sum of RGB (Red+Green+Blue) = 134+9+17=160 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.75% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 134 - color contains mainly: red. Hex color #860911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860911 is #79F6EE. Grayscale: #2F2F2F. Windows color (decimal): -7993071 or 1116550. OLE color: 1116550.

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

Color convert

RGB 134 9 17 -
CMYK 0 0.93 0.87 0.47
HSL 356.16º 0.87% 0.28% -
HSV(B) 356.16º 0.93% 0.53% -
XYZ 10.03 5.3 1.03 -
YUV 47.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 134 9 17 0 0.93 0.87 0.47 356.16 0.87 0.28
Hex 86 9 11 0 5D 57 2F 164 57 1C
Octal 206 11 21 0 135 127 57 544 127 34
Binary 10000110 1001 10001 0 1011101 1010111 101111 101100100 1010111 11100

Color Harmonies of #860911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860911

Black with #860911

Text Example


Text Example

White with #860911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860911; }

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

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

background-color css

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

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

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

border-color css

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

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

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