#481E24

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

Shades of Bordeaux #481E24

Tints of Bordeaux #481E24

Color information

#481E24 (or 0x481E24) is unknown color: approx Bordeaux. HEX triplet: 48, 1E and 24. RGB value is (72,30,36). Sum of RGB (Red+Green+Blue) = 72+30+36=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #481E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E24 is #B7E1DB. Grayscale: #2B2B2B. Windows color (decimal): -12050908 or 2367048. OLE color: 2367048.

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

Color convert

RGB723036-
CMYK00.580.50.72
HSL351.43º41.18%20%-
HSV(B)351.43º58.33%28.24%-
XYZ3.462.431.96-
YUV43.24123.91148.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 30 (12.11% from 255) = 21.74%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=52.17%
G=21.74%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72303600.580.50.72351.4341.1820
Hex481E2403A324815f2914
Octal1103644072621105375124
Binary1001000111101001000111010110010100100010101111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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