Html Css Color HEX #502427 Lonestar

📋 copy color: '#502427'

red 80 ◦ green 36 ◦ blue 39

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

Shades of Lonestar #502427

Tints of Lonestar #502427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.23%

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

R = 51.61%
G = 23.23%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#502427 (or 0x502427) is known color: Lonestar. HEX triplet: 50, 24 and 27. RGB value is (80,36,39). Sum of RGB (Red+Green+Blue) = 80+36+39=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #502427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502427 is #AFDBD8. Grayscale: #313131. Windows color (decimal): -11525081 or 2565200. OLE color: 2565200.

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

Color convert

RGB 80 36 39 -
CMYK 0 0.55 0.51 0.69
HSL 355.91º 0.38% 0.23% -
HSV(B) 355.91º 0.55% 0.31% -
XYZ 4.31 3.11 2.29 -
YUV 49.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 80 36 39 0 0.55 0.51 0.69 355.91 0.38 0.23
Hex 50 24 27 0 37 33 45 164 26 17
Octal 120 44 47 0 67 63 105 544 46 27
Binary 1010000 100100 100111 0 110111 110011 1000101 101100100 100110 10111

Color Harmonies of #502427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502427

Black with #502427

Text Example


Text Example

White with #502427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502427; }

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

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

background-color css

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

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

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

border-color css

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

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

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