Html Css Color HEX #860013 Sangria

📋 copy color: '#860013'

red 134 ◦ green 0 ◦ blue 19

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

Shades of Sangria #860013

Tints of Sangria #860013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.58%
G = 0%
B = 12.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#860013 (or 0x860013) is known color: Sangria. HEX triplet: 86, 00 and 13. RGB value is (134,0,19). Sum of RGB (Red+Green+Blue) = 134+0+19=153 (20% of max value = 765). Red value is 134 (52.73% from 255 or 87.58% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 134 - color contains mainly: red. Hex color #860013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860013 is #79FFEC. Grayscale: #2A2A2A. Windows color (decimal): -7995373 or 1245318. OLE color: 1245318.

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

Color convert

RGB 134 0 19 -
CMYK 0 1 0.86 0.47
HSL 351.49º 1% 0.26% -
HSV(B) 351.49º 1% 0.53% -
XYZ 9.95 5.12 1.08 -
YUV 42.23 114.89 193.46 -
System Red Green Blue C M Y K H S L
Decimal 134 0 19 0 1 0.86 0.47 351.49 1 0.26
Hex 86 0 13 0 64 56 2F 15F 64 1A
Octal 206 0 23 0 144 126 57 537 144 32
Binary 10000110 0 10011 0 1100100 1010110 101111 101011111 1100100 11010

Color Harmonies of #860013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860013

Black with #860013

Text Example


Text Example

White with #860013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860013; }

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

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

background-color css

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

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

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

border-color css

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

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

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