#481221

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

Shades of Bordeaux #481221

Tints of Bordeaux #481221

Color information

#481221 (or 0x481221) is unknown color: approx Bordeaux. HEX triplet: 48, 12 and 21. RGB value is (72,18,33). Sum of RGB (Red+Green+Blue) = 72+18+33=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #481221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481221 is #B7EDDE. Grayscale: #232323. Windows color (decimal): -12053983 or 2167368. OLE color: 2167368.

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

Color convert

RGB721833-
CMYK00.750.540.72
HSL343.33º60%17.65%-
HSV(B)343.33º75%28.24%-
XYZ3.161.921.64-
YUV35.86126.39153.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.54%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 33 (13.28% from 255) = 26.83%
R=58.54%
G=14.63%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72183300.750.540.72343.336017.65
Hex48122104B36481573c12
Octal11022410113661105277422
Binary10010001001010000101001011110110100100010101011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481221; }

 p { color: rgb(72,18,33); }

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

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

 a { background-color: rgb(72,18,33); }

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

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

 span { border-color: rgb(72,18,33); }

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