Html Css Color HEX #552325 Lonestar

📋 copy color: '#552325'

red 85 ◦ green 35 ◦ blue 37

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

Shades of Lonestar #552325

Tints of Lonestar #552325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.57%

R = 54.14%
G = 22.29%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#552325 (or 0x552325) is known color: Lonestar. HEX triplet: 55, 23 and 25. RGB value is (85,35,37). Sum of RGB (Red+Green+Blue) = 85+35+37=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #552325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552325 is #AADCDA. Grayscale: #323232. Windows color (decimal): -11197659 or 2433877. OLE color: 2433877.

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

Color convert

RGB 85 35 37 -
CMYK 0 0.59 0.56 0.67
HSL 357.6º 0.42% 0.24% -
HSV(B) 357.6º 0.59% 0.33% -
XYZ 4.68 3.27 2.13 -
YUV 50.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 85 35 37 0 0.59 0.56 0.67 357.6 0.42 0.24
Hex 55 23 25 0 3B 38 43 166 2A 18
Octal 125 43 45 0 73 70 103 546 52 30
Binary 1010101 100011 100101 0 111011 111000 1000011 101100110 101010 11000

Color Harmonies of #552325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552325

Black with #552325

Text Example


Text Example

White with #552325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552325; }

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

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

background-color css

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

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

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

border-color css

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

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

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