#531000

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

Shades of Red Oxide #531000

Tints of Red Oxide #531000

Color information

#531000 (or 0x531000) is unknown color: approx Red Oxide. HEX triplet: 53, 10 and 00. RGB value is (83,16,0). Sum of RGB (Red+Green+Blue) = 83+16+0=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #531000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531000 is #ACEFFF. Grayscale: #222222. Windows color (decimal): -11333632 or 4179. OLE color: 4179.

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

Color convert

RGB83160-
CMYK00.8110.67
HSL11.57º100%16.27%-
HSV(B)11.57º100%32.55%-
XYZ3.752.210.23-
YUV34.21108.7162.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 83.84%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.84%
G=16.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8316000.8110.6711.5710016.27
Hex531000516443c6410
Octal12320001211441031414420
Binary101001110000001010001110010010000111100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531000; }

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

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

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

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

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

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

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

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