#53242B

Color #53242B Lonestar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lonestar #53242B

Tints of Lonestar #53242B

Color information

#53242B (or 0x53242B) is unknown color: approx Lonestar. HEX triplet: 53, 24 and 2B. RGB value is (83,36,43). Sum of RGB (Red+Green+Blue) = 83+36+43=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53242B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53242B is #ACDBD4. Grayscale: #323232. Windows color (decimal): -11328469 or 2827347. OLE color: 2827347.

HSL color Cylindrical-coordinate representation of color #53242B: hue angle of 351.06º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53242B is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB833643-
CMYK00.570.480.67
HSL351.06º39.5%23.33%-
HSV(B)351.06º56.63%32.55%-
XYZ4.633.282.67-
YUV50.85123.57150.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=51.23%
G=22.22%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83364300.570.480.67351.0639.523.33
Hex53242B039304315f2717
Octal1234453071601035374727
Binary10100111001001010110111001110000100001110101111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53242B; }

 p { color: rgb(83,36,43); }

 H1.HeaderClassName
 {
   color: #53242B;
 }
 .AnyTagClassName
 {
   color: #53242B;
 }
</style>
background-color css

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

 a { background-color: rgb(83,36,43); }

 div.DivClassName
 {
   background-color: #53242B;
 }
 .BgClassName
 {
   background-color: #53242B;
 }
</style>
border-color css

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

 span { border-color: rgb(83,36,43); }

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