#53242A

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

Shades of Lonestar #53242A

Tints of Lonestar #53242A

Color information

#53242A (or 0x53242A) is unknown color: approx Lonestar. HEX triplet: 53, 24 and 2A. RGB value is (83,36,42). Sum of RGB (Red+Green+Blue) = 83+36+42=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53242A is #ACDBD5. Grayscale: #323232. Windows color (decimal): -11328470 or 2761811. OLE color: 2761811.

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

Color convert

RGB833642-
CMYK00.570.490.67
HSL352.34º39.5%23.33%-
HSV(B)352.34º56.63%32.55%-
XYZ4.623.272.58-
YUV50.74123.07151.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=51.55%
G=22.36%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83364200.570.490.67352.3439.523.33
Hex53242A03931431602717
Octal1234452071611035404727
Binary10100111001001010100111001110001100001110110000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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