Html Css Color HEX #860F17 Sangria

📋 copy color: '#860F17'

red 134 ◦ green 15 ◦ blue 23

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

Shades of Sangria #860F17

Tints of Sangria #860F17

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.72%

 BLUE value IS 23 (9.38% from 255) = 13.37%

R = 77.91%
G = 8.72%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#860F17 (or 0x860F17) is known color: Sangria. HEX triplet: 86, 0F and 17. RGB value is (134,15,23). Sum of RGB (Red+Green+Blue) = 134+15+23=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #860F17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860F17 is #79F0E8. Grayscale: #333333. Windows color (decimal): -7991529 or 1511302. OLE color: 1511302.

HSL color Cylindrical-coordinate representation of color #860F17: hue angle of 355.97º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #860F17 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 15 23 -
CMYK 0 0.89 0.83 0.47
HSL 355.97º 0.8% 0.29% -
HSV(B) 355.97º 0.89% 0.53% -
XYZ 10.16 5.47 1.33 -
YUV 51.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 134 15 23 0 0.89 0.83 0.47 355.97 0.8 0.29
Hex 86 F 17 0 59 53 2F 164 50 1D
Octal 206 17 27 0 131 123 57 544 120 35
Binary 10000110 1111 10111 0 1011001 1010011 101111 101100100 1010000 11101

Color Harmonies of #860F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860F17

Black with #860F17

Text Example


Text Example

White with #860F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860F17; }

 p { color: rgb(134,15,23); }

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

background-color css

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

 a { background-color: rgb(134,15,23); }

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

border-color css

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

 span { border-color: rgb(134,15,23); }

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