#54121B

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

Shades of Bordeaux #54121B

Tints of Bordeaux #54121B

Color information

#54121B (or 0x54121B) is unknown color: approx Bordeaux. HEX triplet: 54, 12 and 1B. RGB value is (84,18,27). Sum of RGB (Red+Green+Blue) = 84+18+27=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #54121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54121B is #ABEDE4. Grayscale: #262626. Windows color (decimal): -11267557 or 1774164. OLE color: 1774164.

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

Color convert

RGB841827-
CMYK00.790.680.67
HSL351.82º64.71%20%-
HSV(B)351.82º78.57%32.94%-
XYZ4.072.41.28-
YUV38.76121.37160.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.12%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 27 (10.94% from 255) = 20.93%
R=65.12%
G=13.95%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84182700.790.680.67351.8264.7120
Hex54121B04F44431604114
Octal1242233011710410354010124
Binary101010010010110110100111110001001000011101100000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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