#531003

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

Shades of Red Oxide #531003

Tints of Red Oxide #531003

Color information

#531003 (or 0x531003) is unknown color: approx Red Oxide. HEX triplet: 53, 10 and 03. RGB value is (83,16,3). Sum of RGB (Red+Green+Blue) = 83+16+3=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #531003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531003 is #ACEFFC. Grayscale: #222222. Windows color (decimal): -11333629 or 200787. OLE color: 200787.

HSL color Cylindrical-coordinate representation of color #531003: hue angle of 9.75º 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 #531003 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB83163-
CMYK00.810.960.67
HSL9.75º93.02%16.86%-
HSV(B)9.75º96.39%32.55%-
XYZ3.772.220.32-
YUV34.55110.2162.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 81.37%
GREEN value IS 16 (6.64% from 255) = 15.69%
BLUE value IS 3 (1.56% from 255) = 2.94%
R=81.37%
G=15.69%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8316300.810.960.679.7593.0216.86
Hex531030516043a5d11
Octal12320301211401031213521
Binary1010011100001101010001110000010000111010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531003; }

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

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

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

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

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

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

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

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