#55242B

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

Shades of Lonestar #55242B

Tints of Lonestar #55242B

Color information

#55242B (or 0x55242B) is unknown color: approx Lonestar. HEX triplet: 55, 24 and 2B. RGB value is (85,36,43). Sum of RGB (Red+Green+Blue) = 85+36+43=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #55242B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55242B is #AADBD4. Grayscale: #333333. Windows color (decimal): -11197397 or 2827349. OLE color: 2827349.

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

Color convert

RGB853643-
CMYK00.580.490.67
HSL351.43º40.5%23.73%-
HSV(B)351.43º57.65%33.33%-
XYZ4.813.372.68-
YUV51.45123.23151.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.83%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=51.83%
G=21.95%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85364300.580.490.67351.4340.523.73
Hex55242B03A314315f2818
Octal1254453072611035375030
Binary10101011001001010110111010110001100001110101111110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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