#481020

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

Shades of Bordeaux #481020

Tints of Bordeaux #481020

Color information

#481020 (or 0x481020) is unknown color: approx Bordeaux. HEX triplet: 48, 10 and 20. RGB value is (72,16,32). Sum of RGB (Red+Green+Blue) = 72+16+32=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #481020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481020 is #B7EFDF. Grayscale: #222222. Windows color (decimal): -12054496 or 2101320. OLE color: 2101320.

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

Color convert

RGB721632-
CMYK00.780.560.72
HSL342.86º63.64%17.25%-
HSV(B)342.86º77.78%28.24%-
XYZ3.121.851.56-
YUV34.57126.55154.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60%
GREEN value IS 16 (6.64% from 255) = 13.33%
BLUE value IS 32 (12.89% from 255) = 26.67%
R=60%
G=13.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72163200.780.560.72342.8663.6417.25
Hex48102004E38481574011
Octal110204001167011052710021
Binary100100010000100000010011101110001001000101010111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481020; }

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

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

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

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

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

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

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

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