#481624

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

Shades of Bordeaux #481624

Tints of Bordeaux #481624

Color information

#481624 (or 0x481624) is unknown color: approx Bordeaux. HEX triplet: 48, 16 and 24. RGB value is (72,22,36). Sum of RGB (Red+Green+Blue) = 72+22+36=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #481624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481624 is #B7E9DB. Grayscale: #262626. Windows color (decimal): -12052956 or 2365000. OLE color: 2365000.

HSL color Cylindrical-coordinate representation of color #481624: hue angle of 343.2º 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 #481624 is Cyan = 0, Magento = 0.69, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB722236-
CMYK00.690.50.72
HSL343.2º53.19%18.43%-
HSV(B)343.2º69.44%28.24%-
XYZ3.282.081.9-
YUV38.55126.56151.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 22 (8.98% from 255) = 16.92%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=55.38%
G=16.92%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72223600.690.50.72343.253.1918.43
Hex48162404532481573512
Octal11026440105621105276522
Binary10010001011010010001000101110010100100010101011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481624; }

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

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

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

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

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

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

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

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