#54142B

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

Shades of Bordeaux #54142B

Tints of Bordeaux #54142B

Color information

#54142B (or 0x54142B) is unknown color: approx Bordeaux. HEX triplet: 54, 14 and 2B. RGB value is (84,20,43). Sum of RGB (Red+Green+Blue) = 84+20+43=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54142B is #ABEBD4. Grayscale: #292929. Windows color (decimal): -11267029 or 2823252. OLE color: 2823252.

HSL color Cylindrical-coordinate representation of color #54142B: hue angle of 338.44º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #54142B is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB842043-
CMYK00.760.490.67
HSL338.44º61.54%20.39%-
HSV(B)338.44º76.19%32.94%-
XYZ4.342.562.55-
YUV41.76128.7158.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=57.14%
G=13.61%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84204300.760.490.67338.4461.5420.39
Hex54142B04C31431523e14
Octal12424530114611035227624
Binary10101001010010101101001100110001100001110101001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,20,43); }

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

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

 a { background-color: rgb(84,20,43); }

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

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

 span { border-color: rgb(84,20,43); }

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