#481924

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

Shades of Bordeaux #481924

Tints of Bordeaux #481924

Color information

#481924 (or 0x481924) is unknown color: approx Bordeaux. HEX triplet: 48, 19 and 24. RGB value is (72,25,36). Sum of RGB (Red+Green+Blue) = 72+25+36=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #481924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481924 is #B7E6DB. Grayscale: #282828. Windows color (decimal): -12052188 or 2365768. OLE color: 2365768.

HSL color Cylindrical-coordinate representation of color #481924: hue angle of 345.96º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481924 is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB722536-
CMYK00.650.50.72
HSL345.96º48.45%19.02%-
HSV(B)345.96º65.28%28.24%-
XYZ3.342.21.92-
YUV40.31125.57150.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=54.14%
G=18.80%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72253600.650.50.72345.9648.4519.02
Hex481924041324815a3013
Octal11031440101621105326023
Binary10010001100110010001000001110010100100010101101011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481924; }

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

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

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

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

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

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

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

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