#521D1A

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

Shades of Red Oxide #521D1A

Tints of Red Oxide #521D1A

Color information

#521D1A (or 0x521D1A) is unknown color: approx Red Oxide. HEX triplet: 52, 1D and 1A. RGB value is (82,29,26). Sum of RGB (Red+Green+Blue) = 82+29+26=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #521D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D1A is #ADE2E5. Grayscale: #2C2C2C. Windows color (decimal): -11395814 or 1711442. OLE color: 1711442.

HSL color Cylindrical-coordinate representation of color #521D1A: hue angle of 3.21º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #521D1A is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB822926-
CMYK00.650.680.68
HSL3.21º51.85%21.18%-
HSV(B)3.21º68.29%32.16%-
XYZ4.112.751.29-
YUV44.5117.56154.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.85%
GREEN value IS 29 (11.72% from 255) = 21.17%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=59.85%
G=21.17%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82292600.650.680.683.2151.8521.18
Hex521D1A041444433415
Octal1223532010110410436425
Binary1010010111011101001000001100010010001001111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521D1A; }

 p { color: rgb(82,29,26); }

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

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

 a { background-color: rgb(82,29,26); }

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

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

 span { border-color: rgb(82,29,26); }

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