#55272A

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

Shades of Lonestar #55272A

Tints of Lonestar #55272A

Color information

#55272A (or 0x55272A) is unknown color: approx Lonestar. HEX triplet: 55, 27 and 2A. RGB value is (85,39,42). Sum of RGB (Red+Green+Blue) = 85+39+42=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55272A is #AAD8D5. Grayscale: #353535. Windows color (decimal): -11196630 or 2762581. OLE color: 2762581.

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

Color convert

RGB853942-
CMYK00.540.510.67
HSL356.09º37.1%24.31%-
HSV(B)356.09º54.12%33.33%-
XYZ4.893.552.62-
YUV53.1121.74150.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 39 (15.62% from 255) = 23.49%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=51.20%
G=23.49%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85394200.540.510.67356.0937.124.31
Hex55272A03633431642518
Octal1254752066631035444530
Binary10101011001111010100110110110011100001110110010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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