#492128

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

Shades of Bordeaux #492128

Tints of Bordeaux #492128

Color information

#492128 (or 0x492128) is unknown color: approx Bordeaux. HEX triplet: 49, 21 and 28. RGB value is (73,33,40). Sum of RGB (Red+Green+Blue) = 73+33+40=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #492128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492128 is #B6DED7. Grayscale: #2D2D2D. Windows color (decimal): -11984600 or 2629961. OLE color: 2629961.

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

Color convert

RGB733340-
CMYK00.550.450.71
HSL349.5º37.74%20.78%-
HSV(B)349.5º54.79%28.63%-
XYZ3.672.662.33-
YUV45.76124.75147.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=50%
G=22.60%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73334000.550.450.71349.537.7420.78
Hex4921280372D4715e2615
Octal1114150067551075364625
Binary10010011000011010000110111101101100011110101111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492128; }

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

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

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

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

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

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

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

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