#51201F

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

Shades of Red Oxide #51201F

Tints of Red Oxide #51201F

Color information

#51201F (or 0x51201F) is unknown color: approx Red Oxide. HEX triplet: 51, 20 and 1F. RGB value is (81,32,31). Sum of RGB (Red+Green+Blue) = 81+32+31=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51201F is #AEDFE0. Grayscale: #2E2E2E. Windows color (decimal): -11460577 or 2039889. OLE color: 2039889.

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

Color convert

RGB813231-
CMYK00.600.620.68
HSL1.2º44.64%21.96%-
HSV(B)1.2º61.73%31.76%-
XYZ4.162.881.63-
YUV46.54119.23152.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.25%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=56.25%
G=22.22%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81323100.600.620.681.244.6421.96
Hex51201F03C3E4412d16
Octal12140370747610415526
Binary10100011000001111101111001111101000100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51201F; }

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

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

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

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

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

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

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

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