#53232A

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

Shades of Lonestar #53232A

Tints of Lonestar #53232A

Color information

#53232A (or 0x53232A) is unknown color: approx Lonestar. HEX triplet: 53, 23 and 2A. RGB value is (83,35,42). Sum of RGB (Red+Green+Blue) = 83+35+42=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #53232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53232A is #ACDCD5. Grayscale: #323232. Windows color (decimal): -11328726 or 2761555. OLE color: 2761555.

HSL color Cylindrical-coordinate representation of color #53232A: hue angle of 351.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53232A is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB833542-
CMYK00.580.490.67
HSL351.25º40.68%23.14%-
HSV(B)351.25º57.83%32.55%-
XYZ4.593.212.57-
YUV50.15123.4151.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=51.88%
G=21.88%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83354200.580.490.67351.2540.6823.14
Hex53232A03A314315f2917
Octal1234352072611035375127
Binary10100111000111010100111010110001100001110101111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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