#481D25

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

Shades of Bordeaux #481D25

Tints of Bordeaux #481D25

Color information

#481D25 (or 0x481D25) is unknown color: approx Bordeaux. HEX triplet: 48, 1D and 25. RGB value is (72,29,37). Sum of RGB (Red+Green+Blue) = 72+29+37=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #481D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D25 is #B7E2DA. Grayscale: #2A2A2A. Windows color (decimal): -12051163 or 2432328. OLE color: 2432328.

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

Color convert

RGB722937-
CMYK00.600.490.72
HSL348.84º42.57%19.8%-
HSV(B)348.84º59.72%28.24%-
XYZ3.452.392.03-
YUV42.77124.75148.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 29 (11.72% from 255) = 21.01%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=52.17%
G=21.01%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72293700.600.490.72348.8442.5719.8
Hex481D2503C314815d2b14
Octal1103545074611105355324
Binary1001000111011001010111100110001100100010101110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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