Html Css Color HEX #860010 Sangria

📋 copy color: '#860010'

red 134 ◦ green 0 ◦ blue 16

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

Shades of Sangria #860010

Tints of Sangria #860010

RGB

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

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

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

R = 89.33%
G = 0%
B = 10.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#860010 (or 0x860010) is known color: Sangria. HEX triplet: 86, 00 and 10. RGB value is (134,0,16). Sum of RGB (Red+Green+Blue) = 134+0+16=150 (19% of max value = 765). Red value is 134 (52.73% from 255 or 89.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 134 - color contains mainly: red. Hex color #860010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860010 is #79FFEF. Grayscale: #292929. Windows color (decimal): -7995376 or 1048710. OLE color: 1048710.

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

Color convert

RGB 134 0 16 -
CMYK 0 1 0.88 0.47
HSL 352.84º 1% 0.26% -
HSV(B) 352.84º 1% 0.53% -
XYZ 9.93 5.11 0.95 -
YUV 41.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 134 0 16 0 1 0.88 0.47 352.84 1 0.26
Hex 86 0 10 0 64 58 2F 161 64 1A
Octal 206 0 20 0 144 130 57 541 144 32
Binary 10000110 0 10000 0 1100100 1011000 101111 101100001 1100100 11010

Color Harmonies of #860010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860010

Black with #860010

Text Example


Text Example

White with #860010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860010; }

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

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

background-color css

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

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

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

border-color css

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

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

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