#850A22

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

Shades of Burgundy #850A22

Tints of Burgundy #850A22

Color information

#850A22 (or 0x850A22) is unknown color: approx Burgundy. HEX triplet: 85, 0A and 22. RGB value is (133,10,34). Sum of RGB (Red+Green+Blue) = 133+10+34=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #850A22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A22 is #7AF5DD. Grayscale: #313131. Windows color (decimal): -8058334 or 2230917. OLE color: 2230917.

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

Color convert

RGB1331034-
CMYK00.920.740.48
HSL348.29º86.01%28.04%-
HSV(B)348.29º92.48%52.16%-
XYZ10.075.322.01-
YUV49.51119.25187.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 75.14%
GREEN value IS 10 (4.30% from 255) = 5.65%
BLUE value IS 34 (13.67% from 255) = 19.21%
R=75.14%
G=5.65%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133103400.920.740.48348.2986.0128.04
Hex85A2205C4A3015c561c
Octal205124201341126053412634
Binary100001011010100010010111001001010110000101011100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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