#920535

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

Shades of Burgundy #920535

Tints of Burgundy #920535

Color information

#920535 (or 0x920535) is unknown color: approx Burgundy. HEX triplet: 92, 05 and 35. RGB value is (146,5,53). Sum of RGB (Red+Green+Blue) = 146+5+53=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #920535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920535 is #6DFACA. Grayscale: #343434. Windows color (decimal): -7207627 or 3474834. OLE color: 3474834.

HSL color Cylindrical-coordinate representation of color #920535: hue angle of 339.57º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920535 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB146553-
CMYK00.970.640.43
HSL339.57º93.38%29.61%-
HSV(B)339.57º96.58%57.25%-
XYZ12.556.483.96-
YUV52.63128.21194.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 71.57%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 53 (21.09% from 255) = 25.98%
R=71.57%
G=2.45%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14655300.970.640.43339.5793.3829.61
Hex92535061402B1545d1e
Octal22256501411005352413536
Binary10010010101110101011000011000000101011101010100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920535; }

 p { color: rgb(146,5,53); }

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

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

 a { background-color: rgb(146,5,53); }

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

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

 span { border-color: rgb(146,5,53); }

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