#850A0B

Color #850A0B Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #850A0B

Tints of Sangria #850A0B

Color information

#850A0B (or 0x850A0B) is unknown color: approx Sangria. HEX triplet: 85, 0A and 0B. RGB value is (133,10,11). Sum of RGB (Red+Green+Blue) = 133+10+11=154 (20% of max value = 765). Red value is 133 (52.34% from 255 or 86.36% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 133 - color contains mainly: red. Hex color #850A0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850A0B is #7AF5F4. Grayscale: #2F2F2F. Windows color (decimal): -8058357 or 723589. OLE color: 723589.

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

Color convert

RGB1331011-
CMYK00.920.920.48
HSL359.51º86.01%28.04%-
HSV(B)359.51º92.48%52.16%-
XYZ9.845.230.81-
YUV46.89107.75189.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 86.36%
GREEN value IS 10 (4.30% from 255) = 6.49%
BLUE value IS 11 (4.69% from 255) = 7.14%
R=86.36%
G=6.49%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133101100.920.920.48359.5186.0128.04
Hex85AB05C5C30168561c
Octal205121301341346055012634
Binary1000010110101011010111001011100110000101101000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850A0B; }

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

 H1.HeaderClassName
 {
   color: #850A0B;
 }
 .AnyTagClassName
 {
   color: #850A0B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #850A0B;
 }
 .BgClassName
 {
   background-color: #850A0B;
 }
</style>
border-color css

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

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

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