#521709

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

Shades of Red Oxide #521709

Tints of Red Oxide #521709

Color information

#521709 (or 0x521709) is unknown color: approx Red Oxide. HEX triplet: 52, 17 and 09. RGB value is (82,23,9). Sum of RGB (Red+Green+Blue) = 82+23+9=114 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.93% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 82 - color contains mainly: red. Hex color #521709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521709 is #ADE8F6. Grayscale: #272727. Windows color (decimal): -11397367 or 595794. OLE color: 595794.

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

Color convert

RGB82239-
CMYK00.720.890.68
HSL11.51º80.22%17.84%-
HSV(B)11.51º89.02%32.16%-
XYZ3.842.430.52-
YUV39.04111.05158.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 71.93%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 9 (3.91% from 255) = 7.89%
R=71.93%
G=20.18%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8223900.720.890.6811.5180.2217.84
Hex521790485944c5012
Octal122271101101311041412022
Binary101001010111100101001000101100110001001100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521709; }

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

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

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

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

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

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

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

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