Html Css Color HEX #850811 Sangria

📋 copy color: '#850811'

red 133 ◦ green 8 ◦ blue 17

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

Shades of Sangria #850811

Tints of Sangria #850811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.76%

R = 84.18%
G = 5.06%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#850811 (or 0x850811) is known color: Sangria. HEX triplet: 85, 08 and 11. RGB value is (133,8,17). Sum of RGB (Red+Green+Blue) = 133+8+17=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #850811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850811 is #7AF7EE. Grayscale: #2E2E2E. Windows color (decimal): -8058863 or 1116293. OLE color: 1116293.

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

Color convert

RGB 133 8 17 -
CMYK 0 0.94 0.87 0.48
HSL 355.68º 0.89% 0.28% -
HSV(B) 355.68º 0.94% 0.52% -
XYZ 9.86 5.2 1.01 -
YUV 46.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 133 8 17 0 0.94 0.87 0.48 355.68 0.89 0.28
Hex 85 8 11 0 5E 57 30 164 59 1C
Octal 205 10 21 0 136 127 60 544 131 34
Binary 10000101 1000 10001 0 1011110 1010111 110000 101100100 1011001 11100

Color Harmonies of #850811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850811

Black with #850811

Text Example


Text Example

White with #850811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850811; }

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

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

background-color css

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

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

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

border-color css

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

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

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