#481720

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

Shades of Bordeaux #481720

Tints of Bordeaux #481720

Color information

#481720 (or 0x481720) is unknown color: approx Bordeaux. HEX triplet: 48, 17 and 20. RGB value is (72,23,32). Sum of RGB (Red+Green+Blue) = 72+23+32=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481720 is #B7E8DF. Grayscale: #262626. Windows color (decimal): -12052704 or 2103112. OLE color: 2103112.

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

Color convert

RGB722332-
CMYK00.680.560.72
HSL348.98º51.58%18.63%-
HSV(B)348.98º68.06%28.24%-
XYZ3.242.091.6-
YUV38.68124.23151.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 32 (12.89% from 255) = 25.20%
R=56.69%
G=18.11%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72233200.680.560.72348.9851.5818.63
Hex481720044384815d3413
Octal11027400104701105356423
Binary10010001011110000001000100111000100100010101110111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481720; }

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

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

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

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

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

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

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

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