#521D1C

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

Shades of Red Oxide #521D1C

Tints of Red Oxide #521D1C

Color information

#521D1C (or 0x521D1C) is unknown color: approx Red Oxide. HEX triplet: 52, 1D and 1C. RGB value is (82,29,28). Sum of RGB (Red+Green+Blue) = 82+29+28=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #521D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D1C is #ADE2E3. Grayscale: #2C2C2C. Windows color (decimal): -11395812 or 1842514. OLE color: 1842514.

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

Color convert

RGB822928-
CMYK00.650.660.68
HSL1.11º49.09%21.57%-
HSV(B)1.11º65.85%32.16%-
XYZ4.132.761.41-
YUV44.73118.56154.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.99%
GREEN value IS 29 (11.72% from 255) = 20.86%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=58.99%
G=20.86%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82292800.650.660.681.1149.0921.57
Hex521D1C041424413116
Octal1223534010110210416126
Binary101001011101111000100000110000101000100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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