Html Css Color HEX #860109 Sangria

📋 copy color: '#860109'

red 134 ◦ green 1 ◦ blue 9

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

Shades of Sangria #860109

Tints of Sangria #860109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

 BLUE value IS 9 (3.91% from 255) = 6.25%

R = 93.06%
G = 0.69%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#860109 (or 0x860109) is known color: Sangria. HEX triplet: 86, 01 and 09. RGB value is (134,1,9). Sum of RGB (Red+Green+Blue) = 134+1+9=144 (19% of max value = 765). Red value is 134 (52.73% from 255 or 93.06% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 134 - color contains mainly: red. Hex color #860109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860109 is #79FEF6. Grayscale: #292929. Windows color (decimal): -7995127 or 590214. OLE color: 590214.

HSL color Cylindrical-coordinate representation of color #860109: hue angle of 356.39º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860109 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 1 9 -
CMYK 0 0.99 0.93 0.47
HSL 356.39º 0.99% 0.26% -
HSV(B) 356.39º 0.99% 0.53% -
XYZ 9.89 5.11 0.72 -
YUV 41.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 134 1 9 0 0.99 0.93 0.47 356.39 0.99 0.26
Hex 86 1 9 0 63 5D 2F 164 63 1A
Octal 206 1 11 0 143 135 57 544 143 32
Binary 10000110 1 1001 0 1100011 1011101 101111 101100100 1100011 11010

Color Harmonies of #860109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860109

Black with #860109

Text Example


Text Example

White with #860109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860109; }

 p { color: rgb(134,1,9); }

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

background-color css

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

 a { background-color: rgb(134,1,9); }

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

border-color css

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

 span { border-color: rgb(134,1,9); }

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