Html Css Color HEX #552328 Lonestar

📋 copy color: '#552328'

red 85 ◦ green 35 ◦ blue 40

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

Shades of Lonestar #552328

Tints of Lonestar #552328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.88%

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

R = 53.13%
G = 21.88%
B = 25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#552328 (or 0x552328) is known color: Lonestar. HEX triplet: 55, 23 and 28. RGB value is (85,35,40). Sum of RGB (Red+Green+Blue) = 85+35+40=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #552328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552328 is #AADCD7. Grayscale: #323232. Windows color (decimal): -11197656 or 2630485. OLE color: 2630485.

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

Color convert

RGB 85 35 40 -
CMYK 0 0.59 0.53 0.67
HSL 354º 0.42% 0.24% -
HSV(B) 354º 0.59% 0.33% -
XYZ 4.73 3.29 2.39 -
YUV 50.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 85 35 40 0 0.59 0.53 0.67 354 0.42 0.24
Hex 55 23 28 0 3B 35 43 162 2A 18
Octal 125 43 50 0 73 65 103 542 52 30
Binary 1010101 100011 101000 0 111011 110101 1000011 101100010 101010 11000

Color Harmonies of #552328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552328

Black with #552328

Text Example


Text Example

White with #552328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552328; }

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

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

background-color css

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

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

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

border-color css

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

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

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