#54152C

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

Shades of Bordeaux #54152C

Tints of Bordeaux #54152C

Color information

#54152C (or 0x54152C) is unknown color: approx Bordeaux. HEX triplet: 54, 15 and 2C. RGB value is (84,21,44). Sum of RGB (Red+Green+Blue) = 84+21+44=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #54152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54152C is #ABEAD3. Grayscale: #2A2A2A. Windows color (decimal): -11266772 or 2889044. OLE color: 2889044.

HSL color Cylindrical-coordinate representation of color #54152C: hue angle of 338.1º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54152C is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB842144-
CMYK00.750.480.67
HSL338.1º60%20.59%-
HSV(B)338.1º75%32.94%-
XYZ4.382.62.65-
YUV42.46128.87157.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.38%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=56.38%
G=14.09%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84214400.750.480.67338.16020.59
Hex54152C04B30431523c15
Octal12425540113601035227425
Binary10101001010110110001001011110000100001110101001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,21,44); }

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

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

 a { background-color: rgb(84,21,44); }

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

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

 span { border-color: rgb(84,21,44); }

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