#54293F

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

Shades of Barossa #54293F

Tints of Barossa #54293F

Color information

#54293F (or 0x54293F) is unknown color: approx Barossa. HEX triplet: 54, 29 and 3F. RGB value is (84,41,63). Sum of RGB (Red+Green+Blue) = 84+41+63=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #54293F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54293F is #ABD6C0. Grayscale: #383838. Windows color (decimal): -11261633 or 4139348. OLE color: 4139348.

HSL color Cylindrical-coordinate representation of color #54293F: hue angle of 329.3º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54293F is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB844163-
CMYK00.510.250.67
HSL329.3º34.4%24.51%-
HSV(B)329.3º51.19%32.94%-
XYZ5.353.835.16-
YUV56.36131.75147.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.68%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 63 (25% from 255) = 33.51%
R=44.68%
G=21.81%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84416300.510.250.67329.334.424.51
Hex54293F03319431492219
Octal1245177063311035114231
Binary1010100101001111111011001111001100001110100100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54293F; }

 p { color: rgb(84,41,63); }

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

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

 a { background-color: rgb(84,41,63); }

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

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

 span { border-color: rgb(84,41,63); }

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