Html Css Color HEX #552829 Lonestar

📋 copy color: '#552829'

red 85 ◦ green 40 ◦ blue 41

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

Shades of Lonestar #552829

Tints of Lonestar #552829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.1%

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

R = 51.2%
G = 24.1%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#552829 (or 0x552829) is known color: Lonestar. HEX triplet: 55, 28 and 29. RGB value is (85,40,41). Sum of RGB (Red+Green+Blue) = 85+40+41=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #552829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552829 is #AAD7D6. Grayscale: #353535. Windows color (decimal): -11196375 or 2697301. OLE color: 2697301.

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

Color convert

RGB 85 40 41 -
CMYK 0 0.53 0.52 0.67
HSL 358.67º 0.36% 0.25% -
HSV(B) 358.67º 0.53% 0.33% -
XYZ 4.91 3.61 2.54 -
YUV 53.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 85 40 41 0 0.53 0.52 0.67 358.67 0.36 0.25
Hex 55 28 29 0 35 34 43 167 24 19
Octal 125 50 51 0 65 64 103 547 44 31
Binary 1010101 101000 101001 0 110101 110100 1000011 101100111 100100 11001

Color Harmonies of #552829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552829

Black with #552829

Text Example


Text Example

White with #552829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552829; }

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

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

background-color css

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

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

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

border-color css

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

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

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