Html Css Color HEX #860213 Sangria

📋 copy color: '#860213'

red 134 ◦ green 2 ◦ blue 19

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

Shades of Sangria #860213

Tints of Sangria #860213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

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

R = 86.45%
G = 1.29%
B = 12.26%

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

#860213 (or 0x860213) is known color: Sangria. HEX triplet: 86, 02 and 13. RGB value is (134,2,19). Sum of RGB (Red+Green+Blue) = 134+2+19=155 (20% of max value = 765). Red value is 134 (52.73% from 255 or 86.45% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 134 - color contains mainly: red. Hex color #860213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860213 is #79FDEC. Grayscale: #2B2B2B. Windows color (decimal): -7994861 or 1245830. OLE color: 1245830.

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

Color convert

RGB 134 2 19 -
CMYK 0 0.99 0.86 0.47
HSL 352.27º 0.97% 0.27% -
HSV(B) 352.27º 0.99% 0.53% -
XYZ 9.97 5.16 1.09 -
YUV 43.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 134 2 19 0 0.99 0.86 0.47 352.27 0.97 0.27
Hex 86 2 13 0 63 56 2F 160 61 1B
Octal 206 2 23 0 143 126 57 540 141 33
Binary 10000110 10 10011 0 1100011 1010110 101111 101100000 1100001 11011

Color Harmonies of #860213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860213

Black with #860213

Text Example


Text Example

White with #860213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860213; }

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

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

background-color css

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

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

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

border-color css

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

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

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