Html Css Color HEX #552428 Lonestar

📋 copy color: '#552428'

red 85 ◦ green 36 ◦ blue 40

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

Shades of Lonestar #552428

Tints of Lonestar #552428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.84%

R = 52.8%
G = 22.36%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#552428 (or 0x552428) is known color: Lonestar. HEX triplet: 55, 24 and 28. RGB value is (85,36,40). Sum of RGB (Red+Green+Blue) = 85+36+40=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #552428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552428 is #AADBD7. Grayscale: #333333. Windows color (decimal): -11197400 or 2630741. OLE color: 2630741.

HSL color Cylindrical-coordinate representation of color #552428: hue angle of 355.1º 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 #552428 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 36 40 -
CMYK 0 0.58 0.53 0.67
HSL 355.1º 0.4% 0.24% -
HSV(B) 355.1º 0.58% 0.33% -
XYZ 4.76 3.35 2.4 -
YUV 51.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 85 36 40 0 0.58 0.53 0.67 355.1 0.4 0.24
Hex 55 24 28 0 3A 35 43 163 28 18
Octal 125 44 50 0 72 65 103 543 50 30
Binary 1010101 100100 101000 0 111010 110101 1000011 101100011 101000 11000

Color Harmonies of #552428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552428

Black with #552428

Text Example


Text Example

White with #552428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552428; }

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

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

background-color css

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

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

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

border-color css

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

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

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