Html Css Color HEX #85080A Sangria

📋 copy color: '#85080A'

red 133 ◦ green 8 ◦ blue 10

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

Shades of Sangria #85080A

Tints of Sangria #85080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.62%

R = 88.08%
G = 5.3%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85080A (or 0x85080A) is known color: Sangria. HEX triplet: 85, 08 and 0A. RGB value is (133,8,10). Sum of RGB (Red+Green+Blue) = 133+8+10=151 (20% of max value = 765). Red value is 133 (52.34% from 255 or 88.08% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 133 - color contains mainly: red. Hex color #85080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85080A is #7AF7F5. Grayscale: #2D2D2D. Windows color (decimal): -8058870 or 657541. OLE color: 657541.

HSL color Cylindrical-coordinate representation of color #85080A: hue angle of 359.04º 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 #85080A is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 8 10 -
CMYK 0 0.94 0.92 0.48
HSL 359.04º 0.89% 0.28% -
HSV(B) 359.04º 0.94% 0.52% -
XYZ 9.81 5.18 0.77 -
YUV 45.6 107.91 190.34 -
System Red Green Blue C M Y K H S L
Decimal 133 8 10 0 0.94 0.92 0.48 359.04 0.89 0.28
Hex 85 8 A 0 5E 5C 30 167 59 1C
Octal 205 10 12 0 136 134 60 547 131 34
Binary 10000101 1000 1010 0 1011110 1011100 110000 101100111 1011001 11100

Color Harmonies of #85080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85080A

Black with #85080A

Text Example


Text Example

White with #85080A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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