#512021

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

Shades of Lonestar #512021

Tints of Lonestar #512021

Color information

#512021 (or 0x512021) is unknown color: approx Lonestar. HEX triplet: 51, 20 and 21. RGB value is (81,32,33). Sum of RGB (Red+Green+Blue) = 81+32+33=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #512021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512021 is #AEDFDE. Grayscale: #2E2E2E. Windows color (decimal): -11460575 or 2170961. OLE color: 2170961.

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

Color convert

RGB813233-
CMYK00.600.590.68
HSL358.78º43.36%22.16%-
HSV(B)358.78º60.49%31.76%-
XYZ4.182.891.78-
YUV46.76120.23152.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.48%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 33 (13.28% from 255) = 22.60%
R=55.48%
G=21.92%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81323300.600.590.68358.7843.3622.16
Hex51202103C3B441672b16
Octal1214041074731045475326
Binary10100011000001000010111100111011100010010110011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512021; }

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

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

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

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

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

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

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

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