#92003F

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

Shades of Burgundy #92003F

Tints of Burgundy #92003F

Color information

#92003F (or 0x92003F) is unknown color: approx Burgundy. HEX triplet: 92, 00 and 3F. RGB value is (146,0,63). Sum of RGB (Red+Green+Blue) = 146+0+63=209 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.86% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 146 - color contains mainly: red. Hex color #92003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92003F is #6DFFC0. Grayscale: #323232. Windows color (decimal): -7208897 or 4128914. OLE color: 4128914.

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

Color convert

RGB146063-
CMYK010.570.43
HSL334.11º100%28.63%-
HSV(B)334.11º100%57.25%-
XYZ12.756.475.28-
YUV50.84134.87195.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 69.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 30.14%
R=69.86%
G=0%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146063010.570.43334.1110028.63
Hex9203F064392B14e641d
Octal2220770144715351614435
Binary10010010011111101100100111001101011101001110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92003F; }

 p { color: rgb(146,0,63); }

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

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

 a { background-color: rgb(146,0,63); }

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

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

 span { border-color: rgb(146,0,63); }

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