#54202B

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

Shades of Bordeaux #54202B

Tints of Bordeaux #54202B

Color information

#54202B (or 0x54202B) is unknown color: approx Bordeaux. HEX triplet: 54, 20 and 2B. RGB value is (84,32,43). Sum of RGB (Red+Green+Blue) = 84+32+43=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #54202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54202B is #ABDFD4. Grayscale: #303030. Windows color (decimal): -11263957 or 2826324. OLE color: 2826324.

HSL color Cylindrical-coordinate representation of color #54202B: hue angle of 347.31º 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 #54202B is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB843243-
CMYK00.620.490.67
HSL347.31º44.83%22.75%-
HSV(B)347.31º61.9%32.94%-
XYZ4.613.092.64-
YUV48.8124.73153.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.83%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=52.83%
G=20.13%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84324300.620.490.67347.3144.8322.75
Hex54202B03E314315b2d17
Octal1244053076611035335527
Binary10101001000001010110111110110001100001110101101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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