#481525

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

Shades of Bordeaux #481525

Tints of Bordeaux #481525

Color information

#481525 (or 0x481525) is unknown color: approx Bordeaux. HEX triplet: 48, 15 and 25. RGB value is (72,21,37). Sum of RGB (Red+Green+Blue) = 72+21+37=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #481525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481525 is #B7EADA. Grayscale: #262626. Windows color (decimal): -12053211 or 2430280. OLE color: 2430280.

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

Color convert

RGB722137-
CMYK00.710.490.72
HSL341.18º54.84%18.24%-
HSV(B)341.18º70.83%28.24%-
XYZ3.272.051.97-
YUV38.07127.4152.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 37 (14.84% from 255) = 28.46%
R=55.38%
G=16.15%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72213700.710.490.72341.1854.8418.24
Hex48152504731481553712
Octal11025450107611105256722
Binary10010001010110010101000111110001100100010101010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481525; }

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

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

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

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

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

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

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

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