#481524

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

Shades of Bordeaux #481524

Tints of Bordeaux #481524

Color information

#481524 (or 0x481524) is unknown color: approx Bordeaux. HEX triplet: 48, 15 and 24. RGB value is (72,21,36). Sum of RGB (Red+Green+Blue) = 72+21+36=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #481524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481524 is #B7EADB. Grayscale: #252525. Windows color (decimal): -12053212 or 2364744. OLE color: 2364744.

HSL color Cylindrical-coordinate representation of color #481524: hue angle of 342.35º 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 #481524 is Cyan = 0, Magento = 0.71, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB722136-
CMYK00.710.50.72
HSL342.35º54.84%18.24%-
HSV(B)342.35º70.83%28.24%-
XYZ3.262.041.89-
YUV37.96126.9152.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=55.81%
G=16.28%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72213600.710.50.72342.3554.8418.24
Hex48152404732481563712
Octal11025440107621105266722
Binary10010001010110010001000111110010100100010101011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481524; }

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

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

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

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

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

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

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

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