Html Css Color HEX #522223 Lonestar

📋 copy color: '#522223'

red 82 ◦ green 34 ◦ blue 35

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

Shades of Lonestar #522223

Tints of Lonestar #522223

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.52%

 BLUE value IS 35 (14.06% from 255) = 23.18%

R = 54.3%
G = 22.52%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#522223 (or 0x522223) is known color: Lonestar. HEX triplet: 52, 22 and 23. RGB value is (82,34,35). Sum of RGB (Red+Green+Blue) = 82+34+35=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #522223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522223 is #ADDDDC. Grayscale: #303030. Windows color (decimal): -11394525 or 2302546. OLE color: 2302546.

HSL color Cylindrical-coordinate representation of color #522223: hue angle of 358.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #522223 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 34 35 -
CMYK 0 0.59 0.57 0.68
HSL 358.75º 0.41% 0.23% -
HSV(B) 358.75º 0.59% 0.32% -
XYZ 4.36 3.06 1.95 -
YUV 48.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 82 34 35 0 0.59 0.57 0.68 358.75 0.41 0.23
Hex 52 22 23 0 3B 39 44 167 29 17
Octal 122 42 43 0 73 71 104 547 51 27
Binary 1010010 100010 100011 0 111011 111001 1000100 101100111 101001 10111

Color Harmonies of #522223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522223

Black with #522223

Text Example


Text Example

White with #522223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522223; }

 p { color: rgb(82,34,35); }

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

background-color css

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

 a { background-color: rgb(82,34,35); }

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

border-color css

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

 span { border-color: rgb(82,34,35); }

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