Html Css Color HEX #860210 Sangria

📋 copy color: '#860210'

red 134 ◦ green 2 ◦ blue 16

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

Shades of Sangria #860210

Tints of Sangria #860210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.53%

R = 88.16%
G = 1.32%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#860210 (or 0x860210) is known color: Sangria. HEX triplet: 86, 02 and 10. RGB value is (134,2,16). Sum of RGB (Red+Green+Blue) = 134+2+16=152 (20% of max value = 765). Red value is 134 (52.73% from 255 or 88.16% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 134 - color contains mainly: red. Hex color #860210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860210 is #79FDEF. Grayscale: #2B2B2B. Windows color (decimal): -7994864 or 1049222. OLE color: 1049222.

HSL color Cylindrical-coordinate representation of color #860210: hue angle of 353.64º 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 #860210 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 2 16 -
CMYK 0 0.99 0.88 0.47
HSL 353.64º 0.97% 0.27% -
HSV(B) 353.64º 0.99% 0.53% -
XYZ 9.95 5.15 0.96 -
YUV 43.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 134 2 16 0 0.99 0.88 0.47 353.64 0.97 0.27
Hex 86 2 10 0 63 58 2F 162 61 1B
Octal 206 2 20 0 143 130 57 542 141 33
Binary 10000110 10 10000 0 1100011 1011000 101111 101100010 1100001 11011

Color Harmonies of #860210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860210

Black with #860210

Text Example


Text Example

White with #860210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860210; }

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

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

background-color css

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

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

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

border-color css

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

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

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