Html Css Color HEX #860412 Sangria

📋 copy color: '#860412'

red 134 ◦ green 4 ◦ blue 18

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

Shades of Sangria #860412

Tints of Sangria #860412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.56%

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

R = 85.9%
G = 2.56%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#860412 (or 0x860412) is known color: Sangria. HEX triplet: 86, 04 and 12. RGB value is (134,4,18). Sum of RGB (Red+Green+Blue) = 134+4+18=156 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.90% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 134 - color contains mainly: red. Hex color #860412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860412 is #79FBED. Grayscale: #2C2C2C. Windows color (decimal): -7994350 or 1180806. OLE color: 1180806.

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

Color convert

RGB 134 4 18 -
CMYK 0 0.97 0.87 0.47
HSL 353.54º 0.94% 0.27% -
HSV(B) 353.54º 0.97% 0.53% -
XYZ 9.98 5.2 1.05 -
YUV 44.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 134 4 18 0 0.97 0.87 0.47 353.54 0.94 0.27
Hex 86 4 12 0 61 57 2F 162 5E 1B
Octal 206 4 22 0 141 127 57 542 136 33
Binary 10000110 100 10010 0 1100001 1010111 101111 101100010 1011110 11011

Color Harmonies of #860412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860412

Black with #860412

Text Example


Text Example

White with #860412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860412; }

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

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

background-color css

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

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

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

border-color css

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

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

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