#54121D

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

Shades of Bordeaux #54121D

Tints of Bordeaux #54121D

Color information

#54121D (or 0x54121D) is unknown color: approx Bordeaux. HEX triplet: 54, 12 and 1D. RGB value is (84,18,29). Sum of RGB (Red+Green+Blue) = 84+18+29=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #54121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54121D is #ABEDE2. Grayscale: #272727. Windows color (decimal): -11267555 or 1905236. OLE color: 1905236.

HSL color Cylindrical-coordinate representation of color #54121D: hue angle of 350º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54121D is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB841829-
CMYK00.790.650.67
HSL350º64.71%20%-
HSV(B)350º78.57%32.94%-
XYZ4.092.411.41-
YUV38.99122.37160.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.12%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=64.12%
G=13.74%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84182900.790.650.6735064.7120
Hex54121D04F414315e4114
Octal1242235011710110353610124
Binary101010010010111010100111110000011000011101011110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54121D; }

 p { color: rgb(84,18,29); }

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

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

 a { background-color: rgb(84,18,29); }

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

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

 span { border-color: rgb(84,18,29); }

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