#55232A

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

Shades of Lonestar #55232A

Tints of Lonestar #55232A

Color information

#55232A (or 0x55232A) is unknown color: approx Lonestar. HEX triplet: 55, 23 and 2A. RGB value is (85,35,42). Sum of RGB (Red+Green+Blue) = 85+35+42=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55232A is #AADCD5. Grayscale: #323232. Windows color (decimal): -11197654 or 2761557. OLE color: 2761557.

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

Color convert

RGB853542-
CMYK00.590.510.67
HSL351.6º41.67%23.53%-
HSV(B)351.6º58.82%33.33%-
XYZ4.773.32.58-
YUV50.75123.06152.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 35 (14.06% from 255) = 21.60%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=52.47%
G=21.60%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85354200.590.510.67351.641.6723.53
Hex55232A03B33431602a18
Octal1254352073631035405230
Binary10101011000111010100111011110011100001110110000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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