#920430

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

Shades of Burgundy #920430

Tints of Burgundy #920430

Color information

#920430 (or 0x920430) is unknown color: approx Burgundy. HEX triplet: 92, 04 and 30. RGB value is (146,4,48). Sum of RGB (Red+Green+Blue) = 146+4+48=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #920430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920430 is #6DFBCF. Grayscale: #333333. Windows color (decimal): -7207888 or 3146898. OLE color: 3146898.

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

Color convert

RGB146448-
CMYK00.970.670.43
HSL341.41º94.67%29.41%-
HSV(B)341.41º97.26%57.25%-
XYZ12.436.413.38-
YUV51.47126.04195.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 73.74%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 48 (19.14% from 255) = 24.24%
R=73.74%
G=2.02%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14644800.970.670.43341.4194.6729.41
Hex92430061432B1555f1d
Octal22246001411035352513735
Binary10010010100110000011000011000011101011101010101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920430; }

 p { color: rgb(146,4,48); }

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

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

 a { background-color: rgb(146,4,48); }

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

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

 span { border-color: rgb(146,4,48); }

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