Html Css Color HEX #57252A Lonestar

📋 copy color: '#57252A'

red 87 ◦ green 37 ◦ blue 42

#57252A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lonestar #57252A

Tints of Lonestar #57252A

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.8% from 255) = 25.3%

R = 52.41%
G = 22.29%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#57252A (or 0x57252A) is known color: 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

RGB 87 37 42 -
CMYK 0 0.57 0.52 0.66
HSL 354º 0.4% 0.24% -
HSV(B) 354º 0.57% 0.34% -
XYZ 5.01 3.52 2.61 -
YUV 52.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 87 37 42 0 0.57 0.52 0.66 354 0.4 0.24
Hex 57 25 2A 0 39 34 42 162 28 18
Octal 127 45 52 0 71 64 102 542 50 30
Binary 1010111 100101 101010 0 111001 110100 1000010 101100010 101000 11000

Color Harmonies of #57252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57252A

Black with #57252A

Text Example


Text Example

White with #57252A

Text Example


Text Example

HTML Codes & Css Web 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>