#481A20

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

Shades of Bordeaux #481A20

Tints of Bordeaux #481A20

Color information

#481A20 (or 0x481A20) is unknown color: approx Bordeaux. HEX triplet: 48, 1A and 20. RGB value is (72,26,32). Sum of RGB (Red+Green+Blue) = 72+26+32=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #481A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A20 is #B7E5DF. Grayscale: #282828. Windows color (decimal): -12051936 or 2103880. OLE color: 2103880.

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

Color convert

RGB722632-
CMYK00.640.560.72
HSL352.17º46.94%19.22%-
HSV(B)352.17º63.89%28.24%-
XYZ3.32.221.62-
YUV40.44123.24150.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 26 (10.55% from 255) = 20%
BLUE value IS 32 (12.89% from 255) = 24.62%
R=55.38%
G=20%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72263200.640.560.72352.1746.9419.22
Hex481A2004038481602f13
Octal11032400100701105405723
Binary10010001101010000001000000111000100100010110000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,26,32); }

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

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

 a { background-color: rgb(72,26,32); }

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

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

 span { border-color: rgb(72,26,32); }

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