Html Css Color HEX #861017 Sangria

📋 copy color: '#861017'

red 134 ◦ green 16 ◦ blue 23

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

Shades of Sangria #861017

Tints of Sangria #861017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.25%

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

R = 77.46%
G = 9.25%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#861017 (or 0x861017) is known color: Sangria. HEX triplet: 86, 10 and 17. RGB value is (134,16,23). Sum of RGB (Red+Green+Blue) = 134+16+23=173 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.46% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 134 - color contains mainly: red. Hex color #861017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861017 is #79EFE8. Grayscale: #343434. Windows color (decimal): -7991273 or 1511558. OLE color: 1511558.

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

Color convert

RGB 134 16 23 -
CMYK 0 0.88 0.83 0.47
HSL 356.44º 0.79% 0.29% -
HSV(B) 356.44º 0.88% 0.53% -
XYZ 10.17 5.5 1.34 -
YUV 52.08 111.59 186.43 -
System Red Green Blue C M Y K H S L
Decimal 134 16 23 0 0.88 0.83 0.47 356.44 0.79 0.29
Hex 86 10 17 0 58 53 2F 164 4F 1D
Octal 206 20 27 0 130 123 57 544 117 35
Binary 10000110 10000 10111 0 1011000 1010011 101111 101100100 1001111 11101

Color Harmonies of #861017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861017

Black with #861017

Text Example


Text Example

White with #861017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861017; }

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

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

background-color css

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

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

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

border-color css

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

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

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