Html Css Color HEX #55232A Lonestar

📋 copy color: '#55232A'

red 85 ◦ green 35 ◦ blue 42

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

Shades of Lonestar #55232A

Tints of Lonestar #55232A

RGB

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

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

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

R = 52.47%
G = 21.6%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#55232A (or 0x55232A) is known color: Lonestar. HEX triplet: 55, 23 and 2A. RGB value is (85,35,42). Sum of RGB (Red+Green+Blue) = 85+35+42=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55232A is #AADCD5. Grayscale: #323232. Windows color (decimal): -11197654 or 2761557. OLE color: 2761557.

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

Color convert

RGB 85 35 42 -
CMYK 0 0.59 0.51 0.67
HSL 351.6º 0.42% 0.24% -
HSV(B) 351.6º 0.59% 0.33% -
XYZ 4.77 3.3 2.58 -
YUV 50.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 85 35 42 0 0.59 0.51 0.67 351.6 0.42 0.24
Hex 55 23 2A 0 3B 33 43 160 2A 18
Octal 125 43 52 0 73 63 103 540 52 30
Binary 1010101 100011 101010 0 111011 110011 1000011 101100000 101010 11000

Color Harmonies of #55232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55232A

Black with #55232A

Text Example


Text Example

White with #55232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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