Html Css Color HEX #56252A Lonestar

📋 copy color: '#56252A'

red 86 ◦ green 37 ◦ blue 42

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

Shades of Lonestar #56252A

Tints of Lonestar #56252A

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

R = 52.12%
G = 22.42%
B = 25.45%

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

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

RGB 86 37 42 -
CMYK 0 0.57 0.51 0.66
HSL 353.88º 0.4% 0.24% -
HSV(B) 353.88º 0.57% 0.34% -
XYZ 4.92 3.47 2.6 -
YUV 52.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 86 37 42 0 0.57 0.51 0.66 353.88 0.4 0.24
Hex 56 25 2A 0 39 33 42 162 28 18
Octal 126 45 52 0 71 63 102 542 50 30
Binary 1010110 100101 101010 0 111001 110011 1000010 101100010 101000 11000

Color Harmonies of #56252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56252A

Black with #56252A

Text Example


Text Example

White with #56252A

Text Example


Text Example

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