Html Css Color HEX #85080E Sangria

📋 copy color: '#85080E'

red 133 ◦ green 8 ◦ blue 14

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

Shades of Sangria #85080E

Tints of Sangria #85080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.16%

 BLUE value IS 14 (5.86% from 255) = 9.03%

R = 85.81%
G = 5.16%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85080E (or 0x85080E) is known color: Sangria. HEX triplet: 85, 08 and 0E. RGB value is (133,8,14). Sum of RGB (Red+Green+Blue) = 133+8+14=155 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.81% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 133 - color contains mainly: red. Hex color #85080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85080E is #7AF7F1. Grayscale: #2E2E2E. Windows color (decimal): -8058866 or 919685. OLE color: 919685.

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

Color convert

RGB 133 8 14 -
CMYK 0 0.94 0.89 0.48
HSL 357.12º 0.89% 0.28% -
HSV(B) 357.12º 0.94% 0.52% -
XYZ 9.84 5.19 0.9 -
YUV 46.06 109.91 190.01 -
System Red Green Blue C M Y K H S L
Decimal 133 8 14 0 0.94 0.89 0.48 357.12 0.89 0.28
Hex 85 8 E 0 5E 59 30 165 59 1C
Octal 205 10 16 0 136 131 60 545 131 34
Binary 10000101 1000 1110 0 1011110 1011001 110000 101100101 1011001 11100

Color Harmonies of #85080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85080E

Black with #85080E

Text Example


Text Example

White with #85080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85080E; }

 p { color: rgb(133,8,14); }

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

background-color css

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

 a { background-color: rgb(133,8,14); }

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

border-color css

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

 span { border-color: rgb(133,8,14); }

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