#54131C

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

Shades of Bordeaux #54131C

Tints of Bordeaux #54131C

Color information

#54131C (or 0x54131C) is unknown color: approx Bordeaux. HEX triplet: 54, 13 and 1C. RGB value is (84,19,28). Sum of RGB (Red+Green+Blue) = 84+19+28=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #54131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54131C is #ABECE3. Grayscale: #272727. Windows color (decimal): -11267300 or 1839956. OLE color: 1839956.

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

Color convert

RGB841928-
CMYK00.770.670.67
HSL351.69º63.11%20.2%-
HSV(B)351.69º77.38%32.94%-
XYZ4.12.431.35-
YUV39.46121.53159.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.12%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=64.12%
G=14.50%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84192800.770.670.67351.6963.1120.2
Hex54131C04D43431603f14
Octal124233401151031035407724
Binary10101001001111100010011011000011100001110110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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