Html Css Color HEX #86090C Sangria

📋 copy color: '#86090C'

red 134 ◦ green 9 ◦ blue 12

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

Shades of Sangria #86090C

Tints of Sangria #86090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.81%

 BLUE value IS 12 (5.08% from 255) = 7.74%

R = 86.45%
G = 5.81%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#86090C (or 0x86090C) is known color: Sangria. HEX triplet: 86, 09 and 0C. RGB value is (134,9,12). Sum of RGB (Red+Green+Blue) = 134+9+12=155 (20% of max value = 765). Red value is 134 (52.73% from 255 or 86.45% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 134 - color contains mainly: red. Hex color #86090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86090C is #79F6F3. Grayscale: #2E2E2E. Windows color (decimal): -7993076 or 788870. OLE color: 788870.

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

Color convert

RGB 134 9 12 -
CMYK 0 0.93 0.91 0.47
HSL 358.56º 0.87% 0.28% -
HSV(B) 358.56º 0.93% 0.53% -
XYZ 10 5.29 0.84 -
YUV 46.72 108.41 190.26 -
System Red Green Blue C M Y K H S L
Decimal 134 9 12 0 0.93 0.91 0.47 358.56 0.87 0.28
Hex 86 9 C 0 5D 5B 2F 167 57 1C
Octal 206 11 14 0 135 133 57 547 127 34
Binary 10000110 1001 1100 0 1011101 1011011 101111 101100111 1010111 11100

Color Harmonies of #86090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86090C

Black with #86090C

Text Example


Text Example

White with #86090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86090C; }

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

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

background-color css

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

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

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

border-color css

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

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

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