#502226

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

Shades of Lonestar #502226

Tints of Lonestar #502226

Color information

#502226 (or 0x502226) is unknown color: approx Lonestar. HEX triplet: 50, 22 and 26. RGB value is (80,34,38). Sum of RGB (Red+Green+Blue) = 80+34+38=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #502226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502226 is #AFDDD9. Grayscale: #303030. Windows color (decimal): -11525594 or 2499152. OLE color: 2499152.

HSL color Cylindrical-coordinate representation of color #502226: hue angle of 354.78º 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 #502226 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB803438-
CMYK00.580.520.69
HSL354.78º40.35%22.35%-
HSV(B)354.78º57.5%31.37%-
XYZ4.232.992.19-
YUV48.21122.24150.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.63%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 38 (15.23% from 255) = 25%
R=52.63%
G=22.37%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80343800.580.520.69354.7840.3522.35
Hex50222603A34451632816
Octal1204246072641055435026
Binary10100001000101001100111010110100100010110110001110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502226; }

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

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

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

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

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

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

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

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