Html Css Color HEX #86090F Sangria

📋 copy color: '#86090F'

red 134 ◦ green 9 ◦ blue 15

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

Shades of Sangria #86090F

Tints of Sangria #86090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.49%

R = 84.81%
G = 5.7%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86090F (or 0x86090F) is known color: Sangria. HEX triplet: 86, 09 and 0F. RGB value is (134,9,15). Sum of RGB (Red+Green+Blue) = 134+9+15=158 (20% of max value = 765). Red value is 134 (52.73% from 255 or 84.81% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 134 - color contains mainly: red. Hex color #86090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86090F is #79F6F0. Grayscale: #2F2F2F. Windows color (decimal): -7993073 or 985478. OLE color: 985478.

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

Color convert

RGB 134 9 15 -
CMYK 0 0.93 0.89 0.47
HSL 357.12º 0.87% 0.28% -
HSV(B) 357.12º 0.93% 0.53% -
XYZ 10.02 5.3 0.95 -
YUV 47.06 109.91 190.01 -
System Red Green Blue C M Y K H S L
Decimal 134 9 15 0 0.93 0.89 0.47 357.12 0.87 0.28
Hex 86 9 F 0 5D 59 2F 165 57 1C
Octal 206 11 17 0 135 131 57 545 127 34
Binary 10000110 1001 1111 0 1011101 1011001 101111 101100101 1010111 11100

Color Harmonies of #86090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86090F

Black with #86090F

Text Example


Text Example

White with #86090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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