#512020

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

Shades of Red Oxide #512020

Tints of Red Oxide #512020

Color information

#512020 (or 0x512020) is unknown color: approx Red Oxide. HEX triplet: 51, 20 and 20. RGB value is (81,32,32). Sum of RGB (Red+Green+Blue) = 81+32+32=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #512020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512020 is #AEDFDF. Grayscale: #2E2E2E. Windows color (decimal): -11460576 or 2105425. OLE color: 2105425.

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

Color convert

RGB813232-
CMYK00.600.600.68
HSL43.36%22.16%-
HSV(B)60.49%31.76%-
XYZ4.172.891.7-
YUV46.65119.73152.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.86%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=55.86%
G=22.07%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81323200.600.600.68043.3622.16
Hex51202003C3C4402b16
Octal12140400747410405326
Binary101000110000010000001111001111001000100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512020; }

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

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

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

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

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

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

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

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