Html Css Color HEX #860113 Sangria

📋 copy color: '#860113'

red 134 ◦ green 1 ◦ blue 19

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

Shades of Sangria #860113

Tints of Sangria #860113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 87.01%
G = 0.65%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#860113 (or 0x860113) is known color: Sangria. HEX triplet: 86, 01 and 13. RGB value is (134,1,19). Sum of RGB (Red+Green+Blue) = 134+1+19=154 (20% of max value = 765). Red value is 134 (52.73% from 255 or 87.01% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 134 - color contains mainly: red. Hex color #860113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860113 is #79FEEC. Grayscale: #2A2A2A. Windows color (decimal): -7995117 or 1245574. OLE color: 1245574.

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

Color convert

RGB 134 1 19 -
CMYK 0 0.99 0.86 0.47
HSL 351.88º 0.99% 0.26% -
HSV(B) 351.88º 0.99% 0.53% -
XYZ 9.96 5.14 1.08 -
YUV 42.82 114.56 193.04 -
System Red Green Blue C M Y K H S L
Decimal 134 1 19 0 0.99 0.86 0.47 351.88 0.99 0.26
Hex 86 1 13 0 63 56 2F 160 63 1A
Octal 206 1 23 0 143 126 57 540 143 32
Binary 10000110 1 10011 0 1100011 1010110 101111 101100000 1100011 11010

Color Harmonies of #860113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860113

Black with #860113

Text Example


Text Example

White with #860113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860113; }

 p { color: rgb(134,1,19); }

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

background-color css

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

 a { background-color: rgb(134,1,19); }

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

border-color css

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

 span { border-color: rgb(134,1,19); }

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