Html Css Color HEX #85080C Sangria

📋 copy color: '#85080C'

red 133 ◦ green 8 ◦ blue 12

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

Shades of Sangria #85080C

Tints of Sangria #85080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.84%

R = 86.93%
G = 5.23%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85080C (or 0x85080C) is known color: Sangria. HEX triplet: 85, 08 and 0C. RGB value is (133,8,12). Sum of RGB (Red+Green+Blue) = 133+8+12=153 (20% of max value = 765). Red value is 133 (52.34% from 255 or 86.93% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 133 - color contains mainly: red. Hex color #85080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85080C is #7AF7F3. Grayscale: #2D2D2D. Windows color (decimal): -8058868 or 788613. OLE color: 788613.

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

Color convert

RGB 133 8 12 -
CMYK 0 0.94 0.91 0.48
HSL 358.08º 0.89% 0.28% -
HSV(B) 358.08º 0.94% 0.52% -
XYZ 9.83 5.19 0.83 -
YUV 45.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 133 8 12 0 0.94 0.91 0.48 358.08 0.89 0.28
Hex 85 8 C 0 5E 5B 30 166 59 1C
Octal 205 10 14 0 136 133 60 546 131 34
Binary 10000101 1000 1100 0 1011110 1011011 110000 101100110 1011001 11100

Color Harmonies of #85080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85080C

Black with #85080C

Text Example


Text Example

White with #85080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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