Html Css Color HEX #860813 Sangria

📋 copy color: '#860813'

red 134 ◦ green 8 ◦ blue 19

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

Shades of Sangria #860813

Tints of Sangria #860813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.97%

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

R = 83.23%
G = 4.97%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#860813 (or 0x860813) is known color: Sangria. HEX triplet: 86, 08 and 13. RGB value is (134,8,19). Sum of RGB (Red+Green+Blue) = 134+8+19=161 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.23% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 134 - color contains mainly: red. Hex color #860813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860813 is #79F7EC. Grayscale: #2F2F2F. Windows color (decimal): -7993325 or 1247366. OLE color: 1247366.

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

Color convert

RGB 134 8 19 -
CMYK 0 0.94 0.86 0.47
HSL 354.76º 0.89% 0.28% -
HSV(B) 354.76º 0.94% 0.53% -
XYZ 10.04 5.29 1.11 -
YUV 46.93 112.24 190.11 -
System Red Green Blue C M Y K H S L
Decimal 134 8 19 0 0.94 0.86 0.47 354.76 0.89 0.28
Hex 86 8 13 0 5E 56 2F 163 59 1C
Octal 206 10 23 0 136 126 57 543 131 34
Binary 10000110 1000 10011 0 1011110 1010110 101111 101100011 1011001 11100

Color Harmonies of #860813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860813

Black with #860813

Text Example


Text Example

White with #860813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860813; }

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

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

background-color css

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

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

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

border-color css

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

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

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