#55242C

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

Shades of Lonestar #55242C

Tints of Lonestar #55242C

Color information

#55242C (or 0x55242C) is unknown color: approx Lonestar. HEX triplet: 55, 24 and 2C. RGB value is (85,36,44). Sum of RGB (Red+Green+Blue) = 85+36+44=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55242C is #AADBD3. Grayscale: #333333. Windows color (decimal): -11197396 or 2892885. OLE color: 2892885.

HSL color Cylindrical-coordinate representation of color #55242C: hue angle of 350.2º 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 #55242C is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB853644-
CMYK00.580.480.67
HSL350.2º40.5%23.73%-
HSV(B)350.2º57.65%33.33%-
XYZ4.833.372.78-
YUV51.56123.73151.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=51.52%
G=21.82%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85364400.580.480.67350.240.523.73
Hex55242C03A304315e2818
Octal1254454072601035365030
Binary10101011001001011000111010110000100001110101111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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