#54293E

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

Shades of Barossa #54293E

Tints of Barossa #54293E

Color information

#54293E (or 0x54293E) is unknown color: approx Barossa. HEX triplet: 54, 29 and 3E. RGB value is (84,41,62). Sum of RGB (Red+Green+Blue) = 84+41+62=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #54293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54293E is #ABD6C1. Grayscale: #383838. Windows color (decimal): -11261634 or 4073812. OLE color: 4073812.

HSL color Cylindrical-coordinate representation of color #54293E: hue angle of 330.7º 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 #54293E is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB844162-
CMYK00.510.260.67
HSL330.7º34.4%24.51%-
HSV(B)330.7º51.19%32.94%-
XYZ5.323.825.01-
YUV56.25131.25147.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 62 (24.61% from 255) = 33.16%
R=44.92%
G=21.93%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84416200.510.260.67330.734.424.51
Hex54293E0331A4314b2219
Octal1245176063321035134231
Binary1010100101001111110011001111010100001110100101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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