#54273F

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

Shades of Barossa #54273F

Tints of Barossa #54273F

Color information

#54273F (or 0x54273F) is unknown color: approx Barossa. HEX triplet: 54, 27 and 3F. RGB value is (84,39,63). Sum of RGB (Red+Green+Blue) = 84+39+63=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #54273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54273F is #ABD8C0. Grayscale: #373737. Windows color (decimal): -11262145 or 4138836. OLE color: 4138836.

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

Color convert

RGB843963-
CMYK00.540.250.67
HSL328º36.59%24.12%-
HSV(B)328º53.57%32.94%-
XYZ5.283.695.14-
YUV55.19132.41148.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 39 (15.62% from 255) = 20.97%
BLUE value IS 63 (25% from 255) = 33.87%
R=45.16%
G=20.97%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84396300.540.250.6732836.5924.12
Hex54273F03619431482518
Octal1244777066311035104530
Binary1010100100111111111011011011001100001110100100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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