#920A3A

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

Shades of Burgundy #920A3A

Tints of Burgundy #920A3A

Color information

#920A3A (or 0x920A3A) is unknown color: approx Burgundy. HEX triplet: 92, 0A and 3A. RGB value is (146,10,58). Sum of RGB (Red+Green+Blue) = 146+10+58=214 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.22% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 146 - color contains mainly: red. Hex color #920A3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920A3A is #6DF5C5. Grayscale: #383838. Windows color (decimal): -7206342 or 3803794. OLE color: 3803794.

HSL color Cylindrical-coordinate representation of color #920A3A: hue angle of 338.82º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920A3A is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB1461058-
CMYK00.930.600.43
HSL338.82º87.18%30.59%-
HSV(B)338.82º93.15%57.25%-
XYZ12.736.634.61-
YUV56.14129.06192.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 68.22%
GREEN value IS 10 (4.30% from 255) = 4.67%
BLUE value IS 58 (23.05% from 255) = 27.10%
R=68.22%
G=4.67%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146105800.930.600.43338.8287.1830.59
Hex92A3A05D3C2B153571f
Octal22212720135745352312737
Binary10010010101011101001011101111100101011101010011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920A3A; }

 p { color: rgb(146,10,58); }

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

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

 a { background-color: rgb(146,10,58); }

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

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

 span { border-color: rgb(146,10,58); }

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