Html Css Color HEX #85090F Sangria

📋 copy color: '#85090F'

red 133 ◦ green 9 ◦ blue 15

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

Shades of Sangria #85090F

Tints of Sangria #85090F

RGB

 RED value IS 133 (52.34% from 255) = 84.71%

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

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

R = 84.71%
G = 5.73%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85090F (or 0x85090F) is known color: Sangria. HEX triplet: 85, 09 and 0F. RGB value is (133,9,15). Sum of RGB (Red+Green+Blue) = 133+9+15=157 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.71% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 133 - color contains mainly: red. Hex color #85090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85090F is #7AF6F0. Grayscale: #2E2E2E. Windows color (decimal): -8058609 or 985477. OLE color: 985477.

HSL color Cylindrical-coordinate representation of color #85090F: hue angle of 357.1º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85090F is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 9 15 -
CMYK 0 0.93 0.89 0.48
HSL 357.1º 0.87% 0.28% -
HSV(B) 357.1º 0.93% 0.52% -
XYZ 9.86 5.22 0.94 -
YUV 46.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 133 9 15 0 0.93 0.89 0.48 357.1 0.87 0.28
Hex 85 9 F 0 5D 59 30 165 57 1C
Octal 205 11 17 0 135 131 60 545 127 34
Binary 10000101 1001 1111 0 1011101 1011001 110000 101100101 1010111 11100

Color Harmonies of #85090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85090F

Black with #85090F

Text Example


Text Example

White with #85090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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