#521919

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

Shades of Red Oxide #521919

Tints of Red Oxide #521919

Color information

#521919 (or 0x521919) is unknown color: approx Red Oxide. HEX triplet: 52, 19 and 19. RGB value is (82,25,25). Sum of RGB (Red+Green+Blue) = 82+25+25=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #521919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521919 is #ADE6E6. Grayscale: #2A2A2A. Windows color (decimal): -11396839 or 1644882. OLE color: 1644882.

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

Color convert

RGB822525-
CMYK00.700.700.68
HSL53.27%20.98%-
HSV(B)69.51%32.16%-
XYZ42.561.2-
YUV42.04118.38156.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.12%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 25 (10.16% from 255) = 18.94%
R=62.12%
G=18.94%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82252500.700.700.68053.2720.98
Hex521919046464403515
Octal1223131010610610406525
Binary101001011001110010100011010001101000100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521919; }

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

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

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

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

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

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

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

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