Html Css Color HEX #552324 Lonestar

📋 copy color: '#552324'

red 85 ◦ green 35 ◦ blue 36

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

Shades of Lonestar #552324

Tints of Lonestar #552324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.08%

R = 54.49%
G = 22.44%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#552324 (or 0x552324) is known color: Lonestar. HEX triplet: 55, 23 and 24. RGB value is (85,35,36). Sum of RGB (Red+Green+Blue) = 85+35+36=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #552324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552324 is #AADCDB. Grayscale: #323232. Windows color (decimal): -11197660 or 2368341. OLE color: 2368341.

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

Color convert

RGB 85 35 36 -
CMYK 0 0.59 0.58 0.67
HSL 358.8º 0.42% 0.24% -
HSV(B) 358.8º 0.59% 0.33% -
XYZ 4.67 3.26 2.05 -
YUV 50.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 85 35 36 0 0.59 0.58 0.67 358.8 0.42 0.24
Hex 55 23 24 0 3B 3A 43 167 2A 18
Octal 125 43 44 0 73 72 103 547 52 30
Binary 1010101 100011 100100 0 111011 111010 1000011 101100111 101010 11000

Color Harmonies of #552324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552324

Black with #552324

Text Example


Text Example

White with #552324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552324; }

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

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

background-color css

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

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

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

border-color css

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

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

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