#55242A

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

Shades of Lonestar #55242A

Tints of Lonestar #55242A

Color information

#55242A (or 0x55242A) is unknown color: approx Lonestar. HEX triplet: 55, 24 and 2A. RGB value is (85,36,42). Sum of RGB (Red+Green+Blue) = 85+36+42=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55242A is #AADBD5. Grayscale: #333333. Windows color (decimal): -11197398 or 2761813. OLE color: 2761813.

HSL color Cylindrical-coordinate representation of color #55242A: hue angle of 352.65º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55242A is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB853642-
CMYK00.580.510.67
HSL352.65º40.5%23.73%-
HSV(B)352.65º57.65%33.33%-
XYZ4.83.362.59-
YUV51.33122.73152.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 36 (14.45% from 255) = 22.09%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=52.15%
G=22.09%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85364200.580.510.67352.6540.523.73
Hex55242A03A33431612818
Octal1254452072631035415030
Binary10101011001001010100111010110011100001110110000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55242A; }

 p { color: rgb(85,36,42); }

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

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

 a { background-color: rgb(85,36,42); }

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

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

 span { border-color: rgb(85,36,42); }

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