#531200

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

Shades of Red Oxide #531200

Tints of Red Oxide #531200

Color information

#531200 (or 0x531200) is unknown color: approx Red Oxide. HEX triplet: 53, 12 and 00. RGB value is (83,18,0). Sum of RGB (Red+Green+Blue) = 83+18+0=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #531200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531200 is #ACEDFF. Grayscale: #232323. Windows color (decimal): -11333120 or 4691. OLE color: 4691.

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

Color convert

RGB83180-
CMYK00.7810.67
HSL13.01º100%16.27%-
HSV(B)13.01º100%32.55%-
XYZ3.782.270.24-
YUV35.38108.03161.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 82.18%
GREEN value IS 18 (7.42% from 255) = 17.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.18%
G=17.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8318000.7810.6713.0110016.27
Hex5312004E6443d6410
Octal12322001161441031514420
Binary101001110010001001110110010010000111101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531200; }

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

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

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

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

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

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

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

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