#481124

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

Shades of Bordeaux #481124

Tints of Bordeaux #481124

Color information

#481124 (or 0x481124) is unknown color: approx Bordeaux. HEX triplet: 48, 11 and 24. RGB value is (72,17,36). Sum of RGB (Red+Green+Blue) = 72+17+36=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #481124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481124 is #B7EEDB. Grayscale: #232323. Windows color (decimal): -12054236 or 2363720. OLE color: 2363720.

HSL color Cylindrical-coordinate representation of color #481124: hue angle of 339.27º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481124 is Cyan = 0, Magento = 0.76, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB721736-
CMYK00.760.50.72
HSL339.27º61.8%17.45%-
HSV(B)339.27º76.39%28.24%-
XYZ3.191.911.87-
YUV35.61128.22153.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 36 (14.45% from 255) = 28.8%
R=57.6%
G=13.6%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72173600.760.50.72339.2761.817.45
Hex48112404C32481533e11
Octal11021440114621105237621
Binary10010001000110010001001100110010100100010101001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481124; }

 p { color: rgb(72,17,36); }

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

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

 a { background-color: rgb(72,17,36); }

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

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

 span { border-color: rgb(72,17,36); }

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