#92093A

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

Shades of Burgundy #92093A

Tints of Burgundy #92093A

Color information

#92093A (or 0x92093A) is unknown color: approx Burgundy. HEX triplet: 92, 09 and 3A. RGB value is (146,9,58). Sum of RGB (Red+Green+Blue) = 146+9+58=213 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.54% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 146 - color contains mainly: red. Hex color #92093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92093A is #6DF6C5. Grayscale: #373737. Windows color (decimal): -7206598 or 3803538. OLE color: 3803538.

HSL color Cylindrical-coordinate representation of color #92093A: hue angle of 338.54º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92093A is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB146958-
CMYK00.940.600.43
HSL338.54º88.39%30.39%-
HSV(B)338.54º93.84%57.25%-
XYZ12.726.614.61-
YUV55.55129.39192.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 68.54%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 58 (23.05% from 255) = 27.23%
R=68.54%
G=4.23%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14695800.940.600.43338.5488.3930.39
Hex9293A05E3C2B153581e
Octal22211720136745352313036
Binary10010010100111101001011110111100101011101010011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92093A; }

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

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

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

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

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

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

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

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