Html Css Color HEX #552529 Lonestar

📋 copy color: '#552529'

red 85 ◦ green 37 ◦ blue 41

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

Shades of Lonestar #552529

Tints of Lonestar #552529

RGB

 RED value IS 85 (33.59% from 255) = 52.15%

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

 BLUE value IS 41 (16.41% from 255) = 25.15%

R = 52.15%
G = 22.7%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#552529 (or 0x552529) is known color: Lonestar. HEX triplet: 55, 25 and 29. RGB value is (85,37,41). Sum of RGB (Red+Green+Blue) = 85+37+41=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #552529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552529 is #AADAD6. Grayscale: #333333. Windows color (decimal): -11197143 or 2696533. OLE color: 2696533.

HSL color Cylindrical-coordinate representation of color #552529: hue angle of 355º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552529 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 37 41 -
CMYK 0 0.56 0.52 0.67
HSL 355º 0.39% 0.24% -
HSV(B) 355º 0.56% 0.33% -
XYZ 4.81 3.41 2.5 -
YUV 51.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 85 37 41 0 0.56 0.52 0.67 355 0.39 0.24
Hex 55 25 29 0 38 34 43 163 27 18
Octal 125 45 51 0 70 64 103 543 47 30
Binary 1010101 100101 101001 0 111000 110100 1000011 101100011 100111 11000

Color Harmonies of #552529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552529

Black with #552529

Text Example


Text Example

White with #552529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552529; }

 p { color: rgb(85,37,41); }

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

background-color css

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

 a { background-color: rgb(85,37,41); }

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

border-color css

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

 span { border-color: rgb(85,37,41); }

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