#531503

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

Shades of Red Oxide #531503

Tints of Red Oxide #531503

Color information

#531503 (or 0x531503) is unknown color: approx Red Oxide. HEX triplet: 53, 15 and 03. RGB value is (83,21,3). Sum of RGB (Red+Green+Blue) = 83+21+3=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #531503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531503 is #ACEAFC. Grayscale: #252525. Windows color (decimal): -11332349 or 202067. OLE color: 202067.

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

Color convert

RGB83213-
CMYK00.750.960.67
HSL13.5º93.02%16.86%-
HSV(B)13.5º96.39%32.55%-
XYZ3.852.380.34-
YUV37.49108.54160.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 77.57%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 3 (1.56% from 255) = 2.80%
R=77.57%
G=19.63%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8321300.750.960.6713.593.0216.86
Hex5315304B6043e5d11
Octal12325301131401031613521
Binary1010011101011101001011110000010000111110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531503; }

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

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

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

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

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

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

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

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