#54121C

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

Shades of Bordeaux #54121C

Tints of Bordeaux #54121C

Color information

#54121C (or 0x54121C) is unknown color: approx Bordeaux. HEX triplet: 54, 12 and 1C. RGB value is (84,18,28). Sum of RGB (Red+Green+Blue) = 84+18+28=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #54121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54121C is #ABEDE3. Grayscale: #262626. Windows color (decimal): -11267556 or 1839700. OLE color: 1839700.

HSL color Cylindrical-coordinate representation of color #54121C: hue angle of 350.91º 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 #54121C is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB841828-
CMYK00.790.670.67
HSL350.91º64.71%20%-
HSV(B)350.91º78.57%32.94%-
XYZ4.082.41.35-
YUV38.87121.87160.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.62%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=64.62%
G=13.85%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84182800.790.670.67350.9164.7120
Hex54121C04F434315f4114
Octal1242234011710310353710124
Binary101010010010111000100111110000111000011101011111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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