#502327

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

Shades of Lonestar #502327

Tints of Lonestar #502327

Color information

#502327 (or 0x502327) is unknown color: approx Lonestar. HEX triplet: 50, 23 and 27. RGB value is (80,35,39). Sum of RGB (Red+Green+Blue) = 80+35+39=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #502327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502327 is #AFDCD8. Grayscale: #303030. Windows color (decimal): -11525337 or 2564944. OLE color: 2564944.

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

Color convert

RGB803539-
CMYK00.560.510.69
HSL354.67º39.13%22.55%-
HSV(B)354.67º56.25%31.37%-
XYZ4.283.052.28-
YUV48.91122.41150.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 35 (14.06% from 255) = 22.73%
BLUE value IS 39 (15.62% from 255) = 25.32%
R=51.95%
G=22.73%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80353900.560.510.69354.6739.1322.55
Hex50232703833451632717
Octal1204347070631055434727
Binary10100001000111001110111000110011100010110110001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502327; }

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

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

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

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

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

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

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

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