#54222B

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

Shades of Bordeaux #54222B

Tints of Bordeaux #54222B

Color information

#54222B (or 0x54222B) is unknown color: approx Bordeaux. HEX triplet: 54, 22 and 2B. RGB value is (84,34,43). Sum of RGB (Red+Green+Blue) = 84+34+43=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #54222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54222B is #ABDDD4. Grayscale: #313131. Windows color (decimal): -11263445 or 2826836. OLE color: 2826836.

HSL color Cylindrical-coordinate representation of color #54222B: hue angle of 349.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54222B is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB843443-
CMYK00.600.490.67
HSL349.2º42.37%23.14%-
HSV(B)349.2º59.52%32.94%-
XYZ4.663.22.66-
YUV49.98124.06152.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.17%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=52.17%
G=21.12%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84344300.600.490.67349.242.3723.14
Hex54222B03C314315d2a17
Octal1244253074611035355227
Binary10101001000101010110111100110001100001110101110110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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