#54121A

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

Shades of Bordeaux #54121A

Tints of Bordeaux #54121A

Color information

#54121A (or 0x54121A) is unknown color: approx Bordeaux. HEX triplet: 54, 12 and 1A. RGB value is (84,18,26). Sum of RGB (Red+Green+Blue) = 84+18+26=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #54121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54121A is #ABEDE5. Grayscale: #262626. Windows color (decimal): -11267558 or 1708628. OLE color: 1708628.

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

Color convert

RGB841826-
CMYK00.790.690.67
HSL352.73º64.71%20%-
HSV(B)352.73º78.57%32.94%-
XYZ4.062.391.23-
YUV38.65120.87160.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.62%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=65.62%
G=14.06%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84182600.790.690.67352.7364.7120
Hex54121A04F45431614114
Octal1242232011710510354110124
Binary101010010010110100100111110001011000011101100001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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