Html Css Color HEX #860009 Sangria

📋 copy color: '#860009'

red 134 ◦ green 0 ◦ blue 9

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

Shades of Sangria #860009

Tints of Sangria #860009

RGB

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

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

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

R = 93.71%
G = 0%
B = 6.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#860009 (or 0x860009) is known color: Sangria. HEX triplet: 86, 00 and 09. RGB value is (134,0,9). Sum of RGB (Red+Green+Blue) = 134+0+9=143 (18% of max value = 765). Red value is 134 (52.73% from 255 or 93.71% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 134 - color contains mainly: red. Hex color #860009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860009 is #79FFF6. Grayscale: #292929. Windows color (decimal): -7995383 or 589958. OLE color: 589958.

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

Color convert

RGB 134 0 9 -
CMYK 0 1 0.93 0.47
HSL 355.97º 1% 0.26% -
HSV(B) 355.97º 1% 0.53% -
XYZ 9.88 5.09 0.72 -
YUV 41.09 109.89 194.27 -
System Red Green Blue C M Y K H S L
Decimal 134 0 9 0 1 0.93 0.47 355.97 1 0.26
Hex 86 0 9 0 64 5D 2F 164 64 1A
Octal 206 0 11 0 144 135 57 544 144 32
Binary 10000110 0 1001 0 1100100 1011101 101111 101100100 1100100 11010

Color Harmonies of #860009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860009

Black with #860009

Text Example


Text Example

White with #860009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860009; }

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

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

background-color css

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

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

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

border-color css

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

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

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