#512122

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

Shades of Lonestar #512122

Tints of Lonestar #512122

Color information

#512122 (or 0x512122) is unknown color: approx Lonestar. HEX triplet: 51, 21 and 22. RGB value is (81,33,34). Sum of RGB (Red+Green+Blue) = 81+33+34=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #512122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512122 is #AEDEDD. Grayscale: #2F2F2F. Windows color (decimal): -11460318 or 2236753. OLE color: 2236753.

HSL color Cylindrical-coordinate representation of color #512122: hue angle of 358.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #512122 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB813334-
CMYK00.590.580.68
HSL358.75º42.11%22.35%-
HSV(B)358.75º59.26%31.76%-
XYZ4.232.951.86-
YUV47.47120.4151.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.73%
GREEN value IS 33 (13.28% from 255) = 22.30%
BLUE value IS 34 (13.67% from 255) = 22.97%
R=54.73%
G=22.30%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81333400.590.580.68358.7542.1122.35
Hex51212203B3A441672a16
Octal1214142073721045475226
Binary10100011000011000100111011111010100010010110011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512122; }

 p { color: rgb(81,33,34); }

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

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

 a { background-color: rgb(81,33,34); }

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

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

 span { border-color: rgb(81,33,34); }

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