#55252A

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

Shades of Lonestar #55252A

Tints of Lonestar #55252A

Color information

#55252A (or 0x55252A) is unknown color: approx Lonestar. HEX triplet: 55, 25 and 2A. RGB value is (85,37,42). Sum of RGB (Red+Green+Blue) = 85+37+42=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #55252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55252A is #AADAD5. Grayscale: #333333. Windows color (decimal): -11197142 or 2762069. OLE color: 2762069.

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

Color convert

RGB853742-
CMYK00.560.510.67
HSL353.75º39.34%23.92%-
HSV(B)353.75º56.47%33.33%-
XYZ4.833.422.6-
YUV51.92122.4151.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.83%
GREEN value IS 37 (14.84% from 255) = 22.56%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=51.83%
G=22.56%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85374200.560.510.67353.7539.3423.92
Hex55252A03833431622718
Octal1254552070631035424730
Binary10101011001011010100111000110011100001110110001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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