#481523

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

Shades of Bordeaux #481523

Tints of Bordeaux #481523

Color information

#481523 (or 0x481523) is unknown color: approx Bordeaux. HEX triplet: 48, 15 and 23. RGB value is (72,21,35). Sum of RGB (Red+Green+Blue) = 72+21+35=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #481523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481523 is #B7EADC. Grayscale: #252525. Windows color (decimal): -12053213 or 2299208. OLE color: 2299208.

HSL color Cylindrical-coordinate representation of color #481523: hue angle of 343.53º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481523 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB722135-
CMYK00.710.510.72
HSL343.53º54.84%18.24%-
HSV(B)343.53º70.83%28.24%-
XYZ3.242.041.81-
YUV37.84126.4152.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 35 (14.06% from 255) = 27.34%
R=56.25%
G=16.41%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72213500.710.510.72343.5354.8418.24
Hex48152304733481583712
Octal11025430107631105306722
Binary10010001010110001101000111110011100100010101100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481523; }

 p { color: rgb(72,21,35); }

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

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

 a { background-color: rgb(72,21,35); }

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

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

 span { border-color: rgb(72,21,35); }

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