#481621

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

Shades of Bordeaux #481621

Tints of Bordeaux #481621

Color information

#481621 (or 0x481621) is unknown color: approx Bordeaux. HEX triplet: 48, 16 and 21. RGB value is (72,22,33). Sum of RGB (Red+Green+Blue) = 72+22+33=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481621 is #B7E9DE. Grayscale: #262626. Windows color (decimal): -12052959 or 2168392. OLE color: 2168392.

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

Color convert

RGB722233-
CMYK00.690.540.72
HSL346.8º53.19%18.43%-
HSV(B)346.8º69.44%28.24%-
XYZ3.232.061.67-
YUV38.2125.06152.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 33 (13.28% from 255) = 25.98%
R=56.69%
G=17.32%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72223300.690.540.72346.853.1918.43
Hex481621045364815b3512
Octal11026410105661105336522
Binary10010001011010000101000101110110100100010101101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481621; }

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

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

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

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

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

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

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

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