#54142A

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

Shades of Bordeaux #54142A

Tints of Bordeaux #54142A

Color information

#54142A (or 0x54142A) is unknown color: approx Bordeaux. HEX triplet: 54, 14 and 2A. RGB value is (84,20,42). Sum of RGB (Red+Green+Blue) = 84+20+42=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #54142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54142A is #ABEBD5. Grayscale: #292929. Windows color (decimal): -11267030 or 2757716. OLE color: 2757716.

HSL color Cylindrical-coordinate representation of color #54142A: hue angle of 339.38º 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 #54142A is Cyan = 0, Magento = 0.76, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB842042-
CMYK00.760.50.67
HSL339.38º61.54%20.39%-
HSV(B)339.38º76.19%32.94%-
XYZ4.322.552.46-
YUV41.64128.2158.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.53%
GREEN value IS 20 (8.20% from 255) = 13.70%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=57.53%
G=13.70%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84204200.760.50.67339.3861.5420.39
Hex54142A04C32431533e14
Octal12424520114621035237624
Binary10101001010010101001001100110010100001110101001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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