Html Css Color HEX #52252A Lonestar

📋 copy color: '#52252A'

red 82 ◦ green 37 ◦ blue 42

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

Shades of Lonestar #52252A

Tints of Lonestar #52252A

RGB

 RED value IS 82 (32.42% from 255) = 50.93%

 GREEN value IS 37 (14.84% from 255) = 22.98%

 BLUE value IS 42 (16.8% from 255) = 26.09%

R = 50.93%
G = 22.98%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#52252A (or 0x52252A) is known color: Lonestar. HEX triplet: 52, 25 and 2A. RGB value is (82,37,42). Sum of RGB (Red+Green+Blue) = 82+37+42=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #52252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52252A is #ADDAD5. Grayscale: #333333. Windows color (decimal): -11393750 or 2762066. OLE color: 2762066.

HSL color Cylindrical-coordinate representation of color #52252A: hue angle of 353.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52252A is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 37 42 -
CMYK 0 0.55 0.49 0.68
HSL 353.33º 0.38% 0.23% -
HSV(B) 353.33º 0.55% 0.32% -
XYZ 4.56 3.28 2.58 -
YUV 51.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 82 37 42 0 0.55 0.49 0.68 353.33 0.38 0.23
Hex 52 25 2A 0 37 31 44 161 26 17
Octal 122 45 52 0 67 61 104 541 46 27
Binary 1010010 100101 101010 0 110111 110001 1000100 101100001 100110 10111

Color Harmonies of #52252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52252A

Black with #52252A

Text Example


Text Example

White with #52252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52252A; }

 p { color: rgb(82,37,42); }

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

background-color css

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

 a { background-color: rgb(82,37,42); }

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

border-color css

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

 span { border-color: rgb(82,37,42); }

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