#57252A

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

Shades of Lonestar #57252A

Tints of Lonestar #57252A

Color information

#57252A (or 0x57252A) is unknown color: approx Lonestar. HEX triplet: 57, 25 and 2A. RGB value is (87,37,42). Sum of RGB (Red+Green+Blue) = 87+37+42=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #57252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57252A is #A8DAD5. Grayscale: #343434. Windows color (decimal): -11066070 or 2762071. OLE color: 2762071.

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

Color convert

RGB873742-
CMYK00.570.520.66
HSL354º40.32%24.31%-
HSV(B)354º57.47%34.12%-
XYZ5.013.522.61-
YUV52.52122.06152.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.41%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=52.41%
G=22.29%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87374200.570.520.6635440.3224.31
Hex57252A03934421622818
Octal1274552071641025425030
Binary10101111001011010100111001110100100001010110001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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