#542028

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

Shades of Bordeaux #542028

Tints of Bordeaux #542028

Color information

#542028 (or 0x542028) is unknown color: approx Bordeaux. HEX triplet: 54, 20 and 28. RGB value is (84,32,40). Sum of RGB (Red+Green+Blue) = 84+32+40=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #542028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542028 is #ABDFD7. Grayscale: #303030. Windows color (decimal): -11263960 or 2629716. OLE color: 2629716.

HSL color Cylindrical-coordinate representation of color #542028: hue angle of 350.77º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #542028 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB843240-
CMYK00.620.520.67
HSL350.77º44.83%22.75%-
HSV(B)350.77º61.9%32.94%-
XYZ4.563.072.36-
YUV48.46123.23153.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.85%
GREEN value IS 32 (12.89% from 255) = 20.51%
BLUE value IS 40 (16.02% from 255) = 25.64%
R=53.85%
G=20.51%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84324000.620.520.67350.7744.8322.75
Hex54202803E344315f2d17
Octal1244050076641035375527
Binary10101001000001010000111110110100100001110101111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542028; }

 p { color: rgb(84,32,40); }

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

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

 a { background-color: rgb(84,32,40); }

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

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

 span { border-color: rgb(84,32,40); }

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