#56252B

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

Shades of Lonestar #56252B

Tints of Lonestar #56252B

Color information

#56252B (or 0x56252B) is unknown color: approx Lonestar. HEX triplet: 56, 25 and 2B. RGB value is (86,37,43). Sum of RGB (Red+Green+Blue) = 86+37+43=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #56252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56252B is #A9DAD4. Grayscale: #343434. Windows color (decimal): -11131605 or 2827606. OLE color: 2827606.

HSL color Cylindrical-coordinate representation of color #56252B: hue angle of 352.65º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56252B is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB863743-
CMYK00.570.500.66
HSL352.65º39.84%24.12%-
HSV(B)352.65º56.98%33.73%-
XYZ4.943.482.7-
YUV52.33122.73152.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=51.81%
G=22.29%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86374300.570.500.66352.6539.8424.12
Hex56252B03932421612818
Octal1264553071621025415030
Binary10101101001011010110111001110010100001010110000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,37,43); }

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

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

 a { background-color: rgb(86,37,43); }

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

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

 span { border-color: rgb(86,37,43); }

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