#481320

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

Shades of Bordeaux #481320

Tints of Bordeaux #481320

Color information

#481320 (or 0x481320) is unknown color: approx Bordeaux. HEX triplet: 48, 13 and 20. RGB value is (72,19,32). Sum of RGB (Red+Green+Blue) = 72+19+32=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #481320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481320 is #B7ECDF. Grayscale: #242424. Windows color (decimal): -12053728 or 2102088. OLE color: 2102088.

HSL color Cylindrical-coordinate representation of color #481320: hue angle of 345.28º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481320 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB721932-
CMYK00.740.560.72
HSL345.28º58.24%17.84%-
HSV(B)345.28º73.61%28.24%-
XYZ3.171.951.58-
YUV36.33125.56153.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.54%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=58.54%
G=15.45%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72193200.740.560.72345.2858.2417.84
Hex48132004A38481593a12
Octal11023400112701105317222
Binary10010001001110000001001010111000100100010101100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481320; }

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

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

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

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

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

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

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

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