#531203

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

Shades of Red Oxide #531203

Tints of Red Oxide #531203

Color information

#531203 (or 0x531203) is unknown color: approx Red Oxide. HEX triplet: 53, 12 and 03. RGB value is (83,18,3). Sum of RGB (Red+Green+Blue) = 83+18+3=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #531203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531203 is #ACEDFC. Grayscale: #232323. Windows color (decimal): -11333117 or 201299. OLE color: 201299.

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

Color convert

RGB83183-
CMYK00.780.960.67
HSL11.25º93.02%16.86%-
HSV(B)11.25º96.39%32.55%-
XYZ3.82.280.33-
YUV35.72109.53161.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 79.81%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 3 (1.56% from 255) = 2.88%
R=79.81%
G=17.31%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8318300.780.960.6711.2593.0216.86
Hex5312304E6043b5d11
Octal12322301161401031313521
Binary1010011100101101001110110000010000111011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531203; }

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

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

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

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

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

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

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

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