#521D1D

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

Shades of Red Oxide #521D1D

Tints of Red Oxide #521D1D

Color information

#521D1D (or 0x521D1D) is unknown color: approx Red Oxide. HEX triplet: 52, 1D and 1D. RGB value is (82,29,29). Sum of RGB (Red+Green+Blue) = 82+29+29=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #521D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D1D is #ADE2E2. Grayscale: #2C2C2C. Windows color (decimal): -11395811 or 1908050. OLE color: 1908050.

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

Color convert

RGB822929-
CMYK00.650.650.68
HSL47.75%21.76%-
HSV(B)64.63%32.16%-
XYZ4.142.761.48-
YUV44.85119.06154.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.57%
GREEN value IS 29 (11.72% from 255) = 20.71%
BLUE value IS 29 (11.72% from 255) = 20.71%
R=58.57%
G=20.71%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82292900.650.650.68047.7521.76
Hex521D1D041414403016
Octal1223535010110110406026
Binary101001011101111010100000110000011000100011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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