#521712

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

Shades of Red Oxide #521712

Tints of Red Oxide #521712

Color information

#521712 (or 0x521712) is unknown color: approx Red Oxide. HEX triplet: 52, 17 and 12. RGB value is (82,23,18). Sum of RGB (Red+Green+Blue) = 82+23+18=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #521712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521712 is #ADE8ED. Grayscale: #282828. Windows color (decimal): -11397358 or 1185618. OLE color: 1185618.

HSL color Cylindrical-coordinate representation of color #521712: hue angle of 4.69º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521712 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB822318-
CMYK00.720.780.68
HSL4.69º64%19.61%-
HSV(B)4.69º78.05%32.16%-
XYZ3.92.450.84-
YUV40.07115.55157.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.67%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=66.67%
G=18.70%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82231800.720.780.684.696419.61
Hex5217120484E4454014
Octal12227220110116104510024
Binary101001010111100100100100010011101000100101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521712; }

 p { color: rgb(82,23,18); }

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

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

 a { background-color: rgb(82,23,18); }

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

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

 span { border-color: rgb(82,23,18); }

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