#920338

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

Shades of Burgundy #920338

Tints of Burgundy #920338

Color information

#920338 (or 0x920338) is unknown color: approx Burgundy. HEX triplet: 92, 03 and 38. RGB value is (146,3,56). Sum of RGB (Red+Green+Blue) = 146+3+56=205 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.22% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 146 - color contains mainly: red. Hex color #920338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920338 is #6DFCC7. Grayscale: #333333. Windows color (decimal): -7208136 or 3670930. OLE color: 3670930.

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

Color convert

RGB146356-
CMYK00.980.620.43
HSL337.76º95.97%29.22%-
HSV(B)337.76º97.95%57.25%-
XYZ12.66.464.32-
YUV51.8130.38195.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 71.22%
GREEN value IS 3 (1.56% from 255) = 1.46%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=71.22%
G=1.46%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14635600.980.620.43337.7695.9729.22
Hex923380623E2B152601d
Octal2223700142765352214035
Binary100100101111100001100010111110101011101010010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920338; }

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

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

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

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

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

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

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

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