#492028

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

Shades of Bordeaux #492028

Tints of Bordeaux #492028

Color information

#492028 (or 0x492028) is unknown color: approx Bordeaux. HEX triplet: 49, 20 and 28. RGB value is (73,32,40). Sum of RGB (Red+Green+Blue) = 73+32+40=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492028 is #B6DFD7. Grayscale: #2D2D2D. Windows color (decimal): -11984856 or 2629705. OLE color: 2629705.

HSL color Cylindrical-coordinate representation of color #492028: hue angle of 348.29º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492028 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB733240-
CMYK00.560.450.71
HSL348.29º39.05%20.59%-
HSV(B)348.29º56.16%28.63%-
XYZ3.652.62.32-
YUV45.17125.08147.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=50.34%
G=22.07%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73324000.560.450.71348.2939.0520.59
Hex4920280382D4715c2715
Octal1114050070551075344725
Binary10010011000001010000111000101101100011110101110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492028; }

 p { color: rgb(73,32,40); }

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

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

 a { background-color: rgb(73,32,40); }

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

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

 span { border-color: rgb(73,32,40); }

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