Html Css Color HEX #55242A Lonestar

📋 copy color: '#55242A'

red 85 ◦ green 36 ◦ blue 42

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

Shades of Lonestar #55242A

Tints of Lonestar #55242A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 52.15%
G = 22.09%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#55242A (or 0x55242A) is known color: Lonestar. HEX triplet: 55, 24 and 2A. RGB value is (85,36,42). Sum of RGB (Red+Green+Blue) = 85+36+42=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55242A is #AADBD5. Grayscale: #333333. Windows color (decimal): -11197398 or 2761813. OLE color: 2761813.

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

Color convert

RGB 85 36 42 -
CMYK 0 0.58 0.51 0.67
HSL 352.65º 0.4% 0.24% -
HSV(B) 352.65º 0.58% 0.33% -
XYZ 4.8 3.36 2.59 -
YUV 51.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 85 36 42 0 0.58 0.51 0.67 352.65 0.4 0.24
Hex 55 24 2A 0 3A 33 43 161 28 18
Octal 125 44 52 0 72 63 103 541 50 30
Binary 1010101 100100 101010 0 111010 110011 1000011 101100001 101000 11000

Color Harmonies of #55242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55242A

Black with #55242A

Text Example


Text Example

White with #55242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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