#542229

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

Shades of Lonestar #542229

Tints of Lonestar #542229

Color information

#542229 (or 0x542229) is unknown color: approx Lonestar. HEX triplet: 54, 22 and 29. RGB value is (84,34,41). Sum of RGB (Red+Green+Blue) = 84+34+41=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #542229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542229 is #ABDDD6. Grayscale: #313131. Windows color (decimal): -11263447 or 2695764. OLE color: 2695764.

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

Color convert

RGB843441-
CMYK00.600.510.67
HSL351.6º42.37%23.14%-
HSV(B)351.6º59.52%32.94%-
XYZ4.633.192.47-
YUV49.75123.06152.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.83%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=52.83%
G=21.38%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84344100.600.510.67351.642.3723.14
Hex54222903C33431602a17
Octal1244251074631035405227
Binary10101001000101010010111100110011100001110110000010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542229; }

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

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

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

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

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

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

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

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