#492229

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

Shades of Bordeaux #492229

Tints of Bordeaux #492229

Color information

#492229 (or 0x492229) is unknown color: approx Bordeaux. HEX triplet: 49, 22 and 29. RGB value is (73,34,41). Sum of RGB (Red+Green+Blue) = 73+34+41=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #492229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492229 is #B6DDD6. Grayscale: #2E2E2E. Windows color (decimal): -11984343 or 2695753. OLE color: 2695753.

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

Color convert

RGB733441-
CMYK00.530.440.71
HSL349.23º36.45%20.98%-
HSV(B)349.23º53.42%28.63%-
XYZ3.722.722.43-
YUV46.46124.92146.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=49.32%
G=22.97%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73344100.530.440.71349.2336.4520.98
Hex4922290352C4715d2415
Octal1114251065541075354425
Binary10010011000101010010110101101100100011110101110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492229; }

 p { color: rgb(73,34,41); }

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

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

 a { background-color: rgb(73,34,41); }

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

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

 span { border-color: rgb(73,34,41); }

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