#481325

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

Shades of Bordeaux #481325

Tints of Bordeaux #481325

Color information

#481325 (or 0x481325) is unknown color: approx Bordeaux. HEX triplet: 48, 13 and 25. RGB value is (72,19,37). Sum of RGB (Red+Green+Blue) = 72+19+37=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #481325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481325 is #B7ECDA. Grayscale: #242424. Windows color (decimal): -12053723 or 2429768. OLE color: 2429768.

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

Color convert

RGB721937-
CMYK00.740.490.72
HSL339.62º58.24%17.84%-
HSV(B)339.62º73.61%28.24%-
XYZ3.241.981.96-
YUV36.9128.06153.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 37 (14.84% from 255) = 28.91%
R=56.25%
G=14.84%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72193700.740.490.72339.6258.2417.84
Hex48132504A31481543a12
Octal11023450112611105247222
Binary10010001001110010101001010110001100100010101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481325; }

 p { color: rgb(72,19,37); }

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

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

 a { background-color: rgb(72,19,37); }

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

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

 span { border-color: rgb(72,19,37); }

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