Html Css Color HEX #502527 Lonestar

📋 copy color: '#502527'

red 80 ◦ green 37 ◦ blue 39

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

Shades of Lonestar #502527

Tints of Lonestar #502527

RGB

 RED value IS 80 (31.64% from 255) = 51.28%

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

 BLUE value IS 39 (15.63% from 255) = 25%

R = 51.28%
G = 23.72%
B = 25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#502527 (or 0x502527) is known color: Lonestar. HEX triplet: 50, 25 and 27. RGB value is (80,37,39). Sum of RGB (Red+Green+Blue) = 80+37+39=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #502527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502527 is #AFDAD8. Grayscale: #323232. Windows color (decimal): -11524825 or 2565456. OLE color: 2565456.

HSL color Cylindrical-coordinate representation of color #502527: hue angle of 357.21º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #502527 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 37 39 -
CMYK 0 0.54 0.51 0.69
HSL 357.21º 0.37% 0.23% -
HSV(B) 357.21º 0.54% 0.31% -
XYZ 4.34 3.18 2.3 -
YUV 50.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 80 37 39 0 0.54 0.51 0.69 357.21 0.37 0.23
Hex 50 25 27 0 36 33 45 165 25 17
Octal 120 45 47 0 66 63 105 545 45 27
Binary 1010000 100101 100111 0 110110 110011 1000101 101100101 100101 10111

Color Harmonies of #502527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502527

Black with #502527

Text Example


Text Example

White with #502527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502527; }

 p { color: rgb(80,37,39); }

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

background-color css

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

 a { background-color: rgb(80,37,39); }

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

border-color css

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

 span { border-color: rgb(80,37,39); }

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