#850035

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

Shades of Burgundy #850035

Tints of Burgundy #850035

Color information

#850035 (or 0x850035) is unknown color: approx Burgundy. HEX triplet: 85, 00 and 35. RGB value is (133,0,53). Sum of RGB (Red+Green+Blue) = 133+0+53=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #850035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850035 is #7AFFCA. Grayscale: #2D2D2D. Windows color (decimal): -8060875 or 3473541. OLE color: 3473541.

HSL color Cylindrical-coordinate representation of color #850035: hue angle of 336.09º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850035 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB133053-
CMYK010.600.48
HSL336.09º100%26.08%-
HSV(B)336.09º100%52.16%-
XYZ10.325.243.84-
YUV45.81132.06190.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 71.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 28.49%
R=71.51%
G=0%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133053010.600.48336.0910026.08
Hex850350643C30150641a
Octal2050650144746052014432
Binary10000101011010101100100111100110000101010000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850035; }

 p { color: rgb(133,0,53); }

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

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

 a { background-color: rgb(133,0,53); }

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

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

 span { border-color: rgb(133,0,53); }

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