Html Css Color HEX #860609 Sangria

📋 copy color: '#860609'

red 134 ◦ green 6 ◦ blue 9

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

Shades of Sangria #860609

Tints of Sangria #860609

RGB

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

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

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

R = 89.93%
G = 4.03%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#860609 (or 0x860609) is known color: Sangria. HEX triplet: 86, 06 and 09. RGB value is (134,6,9). Sum of RGB (Red+Green+Blue) = 134+6+9=149 (19% of max value = 765). Red value is 134 (52.73% from 255 or 89.93% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 134 - color contains mainly: red. Hex color #860609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860609 is #79F9F6. Grayscale: #2C2C2C. Windows color (decimal): -7993847 or 591494. OLE color: 591494.

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

Color convert

RGB 134 6 9 -
CMYK 0 0.96 0.93 0.47
HSL 358.59º 0.91% 0.27% -
HSV(B) 358.59º 0.96% 0.53% -
XYZ 9.95 5.22 0.74 -
YUV 44.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 134 6 9 0 0.96 0.93 0.47 358.59 0.91 0.27
Hex 86 6 9 0 60 5D 2F 167 5B 1B
Octal 206 6 11 0 140 135 57 547 133 33
Binary 10000110 110 1001 0 1100000 1011101 101111 101100111 1011011 11011

Color Harmonies of #860609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860609

Black with #860609

Text Example


Text Example

White with #860609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860609; }

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

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

background-color css

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

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

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

border-color css

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

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

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