Html Css Color HEX #502325 Lonestar

📋 copy color: '#502325'

red 80 ◦ green 35 ◦ blue 37

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

Shades of Lonestar #502325

Tints of Lonestar #502325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.03%

 BLUE value IS 37 (14.84% from 255) = 24.34%

R = 52.63%
G = 23.03%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#502325 (or 0x502325) is known color: Lonestar. HEX triplet: 50, 23 and 25. RGB value is (80,35,37). Sum of RGB (Red+Green+Blue) = 80+35+37=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #502325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502325 is #AFDCDA. Grayscale: #303030. Windows color (decimal): -11525339 or 2433872. OLE color: 2433872.

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

Color convert

RGB 80 35 37 -
CMYK 0 0.56 0.54 0.69
HSL 357.33º 0.39% 0.23% -
HSV(B) 357.33º 0.56% 0.31% -
XYZ 4.24 3.04 2.11 -
YUV 48.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 80 35 37 0 0.56 0.54 0.69 357.33 0.39 0.23
Hex 50 23 25 0 38 36 45 165 27 17
Octal 120 43 45 0 70 66 105 545 47 27
Binary 1010000 100011 100101 0 111000 110110 1000101 101100101 100111 10111

Color Harmonies of #502325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502325

Black with #502325

Text Example


Text Example

White with #502325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502325; }

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

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

background-color css

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

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

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

border-color css

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

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

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