#481526

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

Shades of Bordeaux #481526

Tints of Bordeaux #481526

Color information

#481526 (or 0x481526) is unknown color: approx Bordeaux. HEX triplet: 48, 15 and 26. RGB value is (72,21,38). Sum of RGB (Red+Green+Blue) = 72+21+38=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #481526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481526 is #B7EAD9. Grayscale: #262626. Windows color (decimal): -12053210 or 2495816. OLE color: 2495816.

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

Color convert

RGB722138-
CMYK00.710.470.72
HSL340º54.84%18.24%-
HSV(B)340º70.83%28.24%-
XYZ3.292.052.06-
YUV38.19127.9152.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 38 (15.23% from 255) = 29.01%
R=54.96%
G=16.03%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72213800.710.470.7234054.8418.24
Hex4815260472F481543712
Octal11025460107571105246722
Binary10010001010110011001000111101111100100010101010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481526; }

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

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

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

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

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

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

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

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