#920238

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

Shades of Burgundy #920238

Tints of Burgundy #920238

Color information

#920238 (or 0x920238) is unknown color: approx Burgundy. HEX triplet: 92, 02 and 38. RGB value is (146,2,56). Sum of RGB (Red+Green+Blue) = 146+2+56=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #920238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920238 is #6DFDC7. Grayscale: #333333. Windows color (decimal): -7208392 or 3670674. OLE color: 3670674.

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

Color convert

RGB146256-
CMYK00.990.620.43
HSL337.5º97.3%29.02%-
HSV(B)337.5º98.63%57.25%-
XYZ12.596.444.32-
YUV51.21130.71195.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 71.57%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 56 (22.27% from 255) = 27.45%
R=71.57%
G=0.98%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14625600.990.620.43337.597.329.02
Hex922380633E2B152611d
Octal2222700143765352214135
Binary100100101011100001100011111110101011101010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920238; }

 p { color: rgb(146,2,56); }

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

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

 a { background-color: rgb(146,2,56); }

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

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

 span { border-color: rgb(146,2,56); }

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