Html Css Color HEX #552429 Lonestar

📋 copy color: '#552429'

red 85 ◦ green 36 ◦ blue 41

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

Shades of Lonestar #552429

Tints of Lonestar #552429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.22%

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

R = 52.47%
G = 22.22%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#552429 (or 0x552429) is known color: Lonestar. HEX triplet: 55, 24 and 29. RGB value is (85,36,41). Sum of RGB (Red+Green+Blue) = 85+36+41=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #552429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552429 is #AADBD6. Grayscale: #333333. Windows color (decimal): -11197399 or 2696277. OLE color: 2696277.

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

Color convert

RGB 85 36 41 -
CMYK 0 0.58 0.52 0.67
HSL 353.88º 0.4% 0.24% -
HSV(B) 353.88º 0.58% 0.33% -
XYZ 4.78 3.35 2.49 -
YUV 51.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 85 36 41 0 0.58 0.52 0.67 353.88 0.4 0.24
Hex 55 24 29 0 3A 34 43 162 28 18
Octal 125 44 51 0 72 64 103 542 50 30
Binary 1010101 100100 101001 0 111010 110100 1000011 101100010 101000 11000

Color Harmonies of #552429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552429

Black with #552429

Text Example


Text Example

White with #552429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552429; }

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

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

background-color css

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

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

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

border-color css

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

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

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