Html Css Color HEX #85090A Sangria

📋 copy color: '#85090A'

red 133 ◦ green 9 ◦ blue 10

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

Shades of Sangria #85090A

Tints of Sangria #85090A

RGB

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

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

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

R = 87.5%
G = 5.92%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85090A (or 0x85090A) is known color: Sangria. HEX triplet: 85, 09 and 0A. RGB value is (133,9,10). Sum of RGB (Red+Green+Blue) = 133+9+10=152 (20% of max value = 765). Red value is 133 (52.34% from 255 or 87.5% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 133 - color contains mainly: red. Hex color #85090A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85090A is #7AF6F5. Grayscale: #2E2E2E. Windows color (decimal): -8058614 or 657797. OLE color: 657797.

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

Color convert

RGB 133 9 10 -
CMYK 0 0.93 0.92 0.48
HSL 359.52º 0.87% 0.28% -
HSV(B) 359.52º 0.93% 0.52% -
XYZ 9.83 5.2 0.77 -
YUV 46.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 133 9 10 0 0.93 0.92 0.48 359.52 0.87 0.28
Hex 85 9 A 0 5D 5C 30 168 57 1C
Octal 205 11 12 0 135 134 60 550 127 34
Binary 10000101 1001 1010 0 1011101 1011100 110000 101101000 1010111 11100

Color Harmonies of #85090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85090A

Black with #85090A

Text Example


Text Example

White with #85090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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