#532427

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

Shades of Lonestar #532427

Tints of Lonestar #532427

Color information

#532427 (or 0x532427) is unknown color: approx Lonestar. HEX triplet: 53, 24 and 27. RGB value is (83,36,39). Sum of RGB (Red+Green+Blue) = 83+36+39=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #532427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532427 is #ACDBD8. Grayscale: #323232. Windows color (decimal): -11328473 or 2565203. OLE color: 2565203.

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

Color convert

RGB833639-
CMYK00.570.530.67
HSL356.17º39.5%23.33%-
HSV(B)356.17º56.63%32.55%-
XYZ4.563.252.31-
YUV50.4121.57151.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=52.53%
G=22.78%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83363900.570.530.67356.1739.523.33
Hex53242703935431642717
Octal1234447071651035444727
Binary10100111001001001110111001110101100001110110010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532427; }

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

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

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

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

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

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

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

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