#481D24

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

Shades of Bordeaux #481D24

Tints of Bordeaux #481D24

Color information

#481D24 (or 0x481D24) is unknown color: approx Bordeaux. HEX triplet: 48, 1D and 24. RGB value is (72,29,36). Sum of RGB (Red+Green+Blue) = 72+29+36=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #481D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D24 is #B7E2DB. Grayscale: #2A2A2A. Windows color (decimal): -12051164 or 2366792. OLE color: 2366792.

HSL color Cylindrical-coordinate representation of color #481D24: hue angle of 350.23º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481D24 is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB722936-
CMYK00.600.50.72
HSL350.23º42.57%19.8%-
HSV(B)350.23º59.72%28.24%-
XYZ3.432.381.95-
YUV42.66124.25148.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 29 (11.72% from 255) = 21.17%
BLUE value IS 36 (14.45% from 255) = 26.28%
R=52.55%
G=21.17%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72293600.600.50.72350.2342.5719.8
Hex481D2403C324815e2b14
Octal1103544074621105365324
Binary1001000111011001000111100110010100100010101111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481D24; }

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

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

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

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

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

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

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

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