#502227

Color #502227 Lonestar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lonestar #502227

Tints of Lonestar #502227

Color information

#502227 (or 0x502227) is unknown color: approx Lonestar. HEX triplet: 50, 22 and 27. RGB value is (80,34,39). Sum of RGB (Red+Green+Blue) = 80+34+39=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #502227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502227 is #AFDDD8. Grayscale: #303030. Windows color (decimal): -11525593 or 2564688. OLE color: 2564688.

HSL color Cylindrical-coordinate representation of color #502227: hue angle of 353.48º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #502227 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB803439-
CMYK00.580.510.69
HSL353.48º40.35%22.35%-
HSV(B)353.48º57.5%31.37%-
XYZ4.2532.27-
YUV48.32122.74150.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.29%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 39 (15.62% from 255) = 25.49%
R=52.29%
G=22.22%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80343900.580.510.69353.4840.3522.35
Hex50222703A33451612816
Octal1204247072631055415026
Binary10100001000101001110111010110011100010110110000110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502227; }

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

 H1.HeaderClassName
 {
   color: #502227;
 }
 .AnyTagClassName
 {
   color: #502227;
 }
</style>
background-color css

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

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

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

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

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

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