#56252A

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

Shades of Lonestar #56252A

Tints of Lonestar #56252A

Color information

#56252A (or 0x56252A) is unknown color: approx Lonestar. HEX triplet: 56, 25 and 2A. RGB value is (86,37,42). Sum of RGB (Red+Green+Blue) = 86+37+42=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #56252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56252A is #A9DAD5. Grayscale: #343434. Windows color (decimal): -11131606 or 2762070. OLE color: 2762070.

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

Color convert

RGB863742-
CMYK00.570.510.66
HSL353.88º39.84%24.12%-
HSV(B)353.88º56.98%33.73%-
XYZ4.923.472.6-
YUV52.22122.23152.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=52.12%
G=22.42%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86374200.570.510.66353.8839.8424.12
Hex56252A03933421622818
Octal1264552071631025425030
Binary10101101001011010100111001110011100001010110001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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