#502428

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

Shades of Lonestar #502428

Tints of Lonestar #502428

Color information

#502428 (or 0x502428) is unknown color: approx Lonestar. HEX triplet: 50, 24 and 28. RGB value is (80,36,40). Sum of RGB (Red+Green+Blue) = 80+36+40=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #502428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502428 is #AFDBD7. Grayscale: #313131. Windows color (decimal): -11525080 or 2630736. OLE color: 2630736.

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

Color convert

RGB803640-
CMYK00.550.50.69
HSL354.55º37.93%22.75%-
HSV(B)354.55º55%31.37%-
XYZ4.323.122.38-
YUV49.61122.58149.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 40 (16.02% from 255) = 25.64%
R=51.28%
G=23.08%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80364000.550.50.69354.5537.9322.75
Hex50242803732451632617
Octal1204450067621055434627
Binary10100001001001010000110111110010100010110110001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502428; }

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

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

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

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

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

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

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

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