#55222B

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

Shades of Lonestar #55222B

Tints of Lonestar #55222B

Color information

#55222B (or 0x55222B) is unknown color: approx Lonestar. HEX triplet: 55, 22 and 2B. RGB value is (85,34,43). Sum of RGB (Red+Green+Blue) = 85+34+43=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55222B is #AADDD4. Grayscale: #323232. Windows color (decimal): -11197909 or 2826837. OLE color: 2826837.

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

Color convert

RGB853443-
CMYK00.600.490.67
HSL349.41º42.86%23.33%-
HSV(B)349.41º60%33.33%-
XYZ4.753.252.66-
YUV50.28123.9152.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=52.47%
G=20.99%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85344300.600.490.67349.4142.8623.33
Hex55222B03C314315d2b17
Octal1254253074611035355327
Binary10101011000101010110111100110001100001110101110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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