#481D28

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

Shades of Bordeaux #481D28

Tints of Bordeaux #481D28

Color information

#481D28 (or 0x481D28) is unknown color: approx Bordeaux. HEX triplet: 48, 1D and 28. RGB value is (72,29,40). Sum of RGB (Red+Green+Blue) = 72+29+40=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D28 is #B7E2D7. Grayscale: #2B2B2B. Windows color (decimal): -12051160 or 2628936. OLE color: 2628936.

HSL color Cylindrical-coordinate representation of color #481D28: hue angle of 344.65º 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 #481D28 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB722940-
CMYK00.600.440.72
HSL344.65º42.57%19.8%-
HSV(B)344.65º59.72%28.24%-
XYZ3.492.412.29-
YUV43.11126.25148.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 29 (11.72% from 255) = 20.57%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=51.06%
G=20.57%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72294000.600.440.72344.6542.5719.8
Hex481D2803C2C481592b14
Octal1103550074541105315324
Binary1001000111011010000111100101100100100010101100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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