#531205

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

Shades of Red Oxide #531205

Tints of Red Oxide #531205

Color information

#531205 (or 0x531205) is unknown color: approx Red Oxide. HEX triplet: 53, 12 and 05. RGB value is (83,18,5). Sum of RGB (Red+Green+Blue) = 83+18+5=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #531205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531205 is #ACEDFA. Grayscale: #242424. Windows color (decimal): -11333115 or 332371. OLE color: 332371.

HSL color Cylindrical-coordinate representation of color #531205: hue angle of 10º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #531205 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB83185-
CMYK00.780.940.67
HSL10º88.64%17.25%-
HSV(B)10º93.98%32.55%-
XYZ3.812.280.38-
YUV35.95110.53161.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 78.30%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 5 (2.34% from 255) = 4.72%
R=78.30%
G=16.98%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8318500.780.940.671088.6417.25
Hex5312504E5E43a5911
Octal12322501161361031213121
Binary10100111001010101001110101111010000111010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531205; }

 p { color: rgb(83,18,5); }

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

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

 a { background-color: rgb(83,18,5); }

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

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

 span { border-color: rgb(83,18,5); }

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