#481721

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

Shades of Bordeaux #481721

Tints of Bordeaux #481721

Color information

#481721 (or 0x481721) is unknown color: approx Bordeaux. HEX triplet: 48, 17 and 21. RGB value is (72,23,33). Sum of RGB (Red+Green+Blue) = 72+23+33=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #481721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481721 is #B7E8DE. Grayscale: #262626. Windows color (decimal): -12052703 or 2168648. OLE color: 2168648.

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

Color convert

RGB722333-
CMYK00.680.540.72
HSL347.76º51.58%18.63%-
HSV(B)347.76º68.06%28.24%-
XYZ3.252.11.67-
YUV38.79124.73151.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=56.25%
G=17.97%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72233300.680.540.72347.7651.5818.63
Hex481721044364815c3413
Octal11027410104661105346423
Binary10010001011110000101000100110110100100010101110011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481721; }

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

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

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

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

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

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

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

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