#54213E

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

Shades of Barossa #54213E

Tints of Barossa #54213E

Color information

#54213E (or 0x54213E) is unknown color: approx Barossa. HEX triplet: 54, 21 and 3E. RGB value is (84,33,62). Sum of RGB (Red+Green+Blue) = 84+33+62=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #54213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54213E is #ABDEC1. Grayscale: #333333. Windows color (decimal): -11263682 or 4071764. OLE color: 4071764.

HSL color Cylindrical-coordinate representation of color #54213E: hue angle of 325.88º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54213E is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB843362-
CMYK00.610.260.67
HSL325.88º43.59%22.94%-
HSV(B)325.88º60.71%32.94%-
XYZ5.073.324.93-
YUV51.55133.9151.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.93%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 62 (24.61% from 255) = 34.64%
R=46.93%
G=18.44%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84336200.610.260.67325.8843.5922.94
Hex54213E03D1A431462c17
Octal1244176075321035065427
Binary1010100100001111110011110111010100001110100011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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