#54121F

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

Shades of Bordeaux #54121F

Tints of Bordeaux #54121F

Color information

#54121F (or 0x54121F) is unknown color: approx Bordeaux. HEX triplet: 54, 12 and 1F. RGB value is (84,18,31). Sum of RGB (Red+Green+Blue) = 84+18+31=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #54121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54121F is #ABEDE0. Grayscale: #272727. Windows color (decimal): -11267553 or 2036308. OLE color: 2036308.

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

Color convert

RGB841831-
CMYK00.790.630.67
HSL348.18º64.71%20%-
HSV(B)348.18º78.57%32.94%-
XYZ4.122.421.55-
YUV39.22123.37159.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.16%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 31 (12.5% from 255) = 23.31%
R=63.16%
G=13.53%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84183100.790.630.67348.1864.7120
Hex54121F04F3F4315c4114
Octal124223701177710353410124
Binary10101001001011111010011111111111000011101011100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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