#531400

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

Shades of Red Oxide #531400

Tints of Red Oxide #531400

Color information

#531400 (or 0x531400) is unknown color: approx Red Oxide. HEX triplet: 53, 14 and 00. RGB value is (83,20,0). Sum of RGB (Red+Green+Blue) = 83+20+0=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #531400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531400 is #ACEBFF. Grayscale: #242424. Windows color (decimal): -11332608 or 5203. OLE color: 5203.

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

Color convert

RGB83200-
CMYK00.7610.67
HSL14.46º100%16.27%-
HSV(B)14.46º100%32.55%-
XYZ3.822.340.25-
YUV36.56107.37161.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 80.58%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.58%
G=19.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8320000.7610.6714.4610016.27
Hex5314004C6443e6410
Octal12324001141441031614420
Binary101001110100001001100110010010000111110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531400; }

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

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

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

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

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

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

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

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