#552328

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

Shades of Lonestar #552328

Tints of Lonestar #552328

Color information

#552328 (or 0x552328) is unknown color: approx Lonestar. HEX triplet: 55, 23 and 28. RGB value is (85,35,40). Sum of RGB (Red+Green+Blue) = 85+35+40=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #552328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552328 is #AADCD7. Grayscale: #323232. Windows color (decimal): -11197656 or 2630485. OLE color: 2630485.

HSL color Cylindrical-coordinate representation of color #552328: hue angle of 354º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552328 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB853540-
CMYK00.590.530.67
HSL354º41.67%23.53%-
HSV(B)354º58.82%33.33%-
XYZ4.733.292.39-
YUV50.52122.06152.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.12%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 40 (16.02% from 255) = 25%
R=53.12%
G=21.88%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85354000.590.530.6735441.6723.53
Hex55232803B35431622a18
Octal1254350073651035425230
Binary10101011000111010000111011110101100001110110001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552328; }

 p { color: rgb(85,35,40); }

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

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

 a { background-color: rgb(85,35,40); }

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

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

 span { border-color: rgb(85,35,40); }

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