#552329

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

Shades of Lonestar #552329

Tints of Lonestar #552329

Color information

#552329 (or 0x552329) is unknown color: approx Lonestar. HEX triplet: 55, 23 and 29. RGB value is (85,35,41). Sum of RGB (Red+Green+Blue) = 85+35+41=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #552329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552329 is #AADCD6. Grayscale: #323232. Windows color (decimal): -11197655 or 2696021. OLE color: 2696021.

HSL color Cylindrical-coordinate representation of color #552329: hue angle of 352.8º 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 #552329 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB853541-
CMYK00.590.520.67
HSL352.8º41.67%23.53%-
HSV(B)352.8º58.82%33.33%-
XYZ4.753.292.48-
YUV50.63122.56152.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 35 (14.06% from 255) = 21.74%
BLUE value IS 41 (16.41% from 255) = 25.47%
R=52.80%
G=21.74%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85354100.590.520.67352.841.6723.53
Hex55232903B34431612a18
Octal1254351073641035415230
Binary10101011000111010010111011110100100001110110000110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552329; }

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

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

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

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

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

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

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

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