Html Css Color HEX #860012 Sangria

📋 copy color: '#860012'

red 134 ◦ green 0 ◦ blue 18

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

Shades of Sangria #860012

Tints of Sangria #860012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 88.16%
G = 0%
B = 11.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#860012 (or 0x860012) is known color: Sangria. HEX triplet: 86, 00 and 12. RGB value is (134,0,18). Sum of RGB (Red+Green+Blue) = 134+0+18=152 (20% of max value = 765). Red value is 134 (52.73% from 255 or 88.16% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 134 - color contains mainly: red. Hex color #860012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860012 is #79FFED. Grayscale: #2A2A2A. Windows color (decimal): -7995374 or 1179782. OLE color: 1179782.

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

Color convert

RGB 134 0 18 -
CMYK 0 1 0.87 0.47
HSL 351.94º 1% 0.26% -
HSV(B) 351.94º 1% 0.53% -
XYZ 9.94 5.11 1.04 -
YUV 42.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 134 0 18 0 1 0.87 0.47 351.94 1 0.26
Hex 86 0 12 0 64 57 2F 160 64 1A
Octal 206 0 22 0 144 127 57 540 144 32
Binary 10000110 0 10010 0 1100100 1010111 101111 101100000 1100100 11010

Color Harmonies of #860012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860012

Black with #860012

Text Example


Text Example

White with #860012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860012; }

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

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

background-color css

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

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

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

border-color css

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

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

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