Html Css Color HEX #860614 Sangria

📋 copy color: '#860614'

red 134 ◦ green 6 ◦ blue 20

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

Shades of Sangria #860614

Tints of Sangria #860614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.75%

 BLUE value IS 20 (8.2% from 255) = 12.5%

R = 83.75%
G = 3.75%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#860614 (or 0x860614) is known color: Sangria. HEX triplet: 86, 06 and 14. RGB value is (134,6,20). Sum of RGB (Red+Green+Blue) = 134+6+20=160 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.75% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 134 - color contains mainly: red. Hex color #860614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860614 is #79F9EB. Grayscale: #2D2D2D. Windows color (decimal): -7993836 or 1312390. OLE color: 1312390.

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

Color convert

RGB 134 6 20 -
CMYK 0 0.96 0.85 0.47
HSL 353.44º 0.91% 0.27% -
HSV(B) 353.44º 0.96% 0.53% -
XYZ 10.02 5.25 1.15 -
YUV 45.87 113.41 190.86 -
System Red Green Blue C M Y K H S L
Decimal 134 6 20 0 0.96 0.85 0.47 353.44 0.91 0.27
Hex 86 6 14 0 60 55 2F 161 5B 1B
Octal 206 6 24 0 140 125 57 541 133 33
Binary 10000110 110 10100 0 1100000 1010101 101111 101100001 1011011 11011

Color Harmonies of #860614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860614

Black with #860614

Text Example


Text Example

White with #860614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860614; }

 p { color: rgb(134,6,20); }

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

background-color css

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

 a { background-color: rgb(134,6,20); }

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

border-color css

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

 span { border-color: rgb(134,6,20); }

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