Html Css Color HEX #57252B Lonestar

📋 copy color: '#57252B'

red 87 ◦ green 37 ◦ blue 43

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

Shades of Lonestar #57252B

Tints of Lonestar #57252B

RGB

 RED value IS 87 (34.38% from 255) = 52.1%

 GREEN value IS 37 (14.84% from 255) = 22.16%

 BLUE value IS 43 (17.19% from 255) = 25.75%

R = 52.1%
G = 22.16%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57252B (or 0x57252B) is known color: Lonestar. HEX triplet: 57, 25 and 2B. RGB value is (87,37,43). Sum of RGB (Red+Green+Blue) = 87+37+43=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57252B is #A8DAD4. Grayscale: #343434. Windows color (decimal): -11066069 or 2827607. OLE color: 2827607.

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

Color convert

RGB 87 37 43 -
CMYK 0 0.57 0.51 0.66
HSL 352.8º 0.4% 0.24% -
HSV(B) 352.8º 0.57% 0.34% -
XYZ 5.03 3.52 2.7 -
YUV 52.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 87 37 43 0 0.57 0.51 0.66 352.8 0.4 0.24
Hex 57 25 2B 0 39 33 42 161 28 18
Octal 127 45 53 0 71 63 102 541 50 30
Binary 1010111 100101 101011 0 111001 110011 1000010 101100001 101000 11000

Color Harmonies of #57252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57252B

Black with #57252B

Text Example


Text Example

White with #57252B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57252B;
 }
 .AnyTagClassName
 {
   color: #57252B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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