#531409

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

Shades of Red Oxide #531409

Tints of Red Oxide #531409

Color information

#531409 (or 0x531409) is unknown color: approx Red Oxide. HEX triplet: 53, 14 and 09. RGB value is (83,20,9). Sum of RGB (Red+Green+Blue) = 83+20+9=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #531409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531409 is #ACEBF6. Grayscale: #252525. Windows color (decimal): -11332599 or 595027. OLE color: 595027.

HSL color Cylindrical-coordinate representation of color #531409: hue angle of 8.92º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531409 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB83209-
CMYK00.760.890.67
HSL8.92º80.43%18.04%-
HSV(B)8.92º89.16%32.55%-
XYZ3.872.360.51-
YUV37.58111.87160.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.11%
GREEN value IS 20 (8.20% from 255) = 17.86%
BLUE value IS 9 (3.91% from 255) = 8.04%
R=74.11%
G=17.86%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8320900.760.890.678.9280.4318.04
Hex5314904C594395012
Octal123241101141311031112022
Binary101001110100100101001100101100110000111001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531409; }

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

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

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

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

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

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

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

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