#521608

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

Shades of Red Oxide #521608

Tints of Red Oxide #521608

Color information

#521608 (or 0x521608) is unknown color: approx Red Oxide. HEX triplet: 52, 16 and 08. RGB value is (82,22,8). Sum of RGB (Red+Green+Blue) = 82+22+8=112 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.21% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 82 - color contains mainly: red. Hex color #521608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521608 is #ADE9F7. Grayscale: #262626. Windows color (decimal): -11397624 or 530002. OLE color: 530002.

HSL color Cylindrical-coordinate representation of color #521608: hue angle of 11.35º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #521608 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB82228-
CMYK00.730.900.68
HSL11.35º82.22%17.65%-
HSV(B)11.35º90.24%32.16%-
XYZ3.812.390.49-
YUV38.34110.88159.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 73.21%
GREEN value IS 22 (8.98% from 255) = 19.64%
BLUE value IS 8 (3.52% from 255) = 7.14%
R=73.21%
G=19.64%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8222800.730.900.6811.3582.2217.65
Hex521680495A44b5212
Octal122261001111321041312222
Binary101001010110100001001001101101010001001011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521608; }

 p { color: rgb(82,22,8); }

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

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

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

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

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

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

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