#481824

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

Shades of Bordeaux #481824

Tints of Bordeaux #481824

Color information

#481824 (or 0x481824) is unknown color: approx Bordeaux. HEX triplet: 48, 18 and 24. RGB value is (72,24,36). Sum of RGB (Red+Green+Blue) = 72+24+36=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #481824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481824 is #B7E7DB. Grayscale: #272727. Windows color (decimal): -12052444 or 2365512. OLE color: 2365512.

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

Color convert

RGB722436-
CMYK00.670.50.72
HSL345º50%18.82%-
HSV(B)345º66.67%28.24%-
XYZ3.322.161.91-
YUV39.72125.9151.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 24 (9.77% from 255) = 18.18%
BLUE value IS 36 (14.45% from 255) = 27.27%
R=54.55%
G=18.18%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72243600.670.50.723455018.82
Hex48182404332481593213
Octal11030440103621105316223
Binary10010001100010010001000011110010100100010101100111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481824; }

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

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

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

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

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

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

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

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