#531613

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

Shades of Red Oxide #531613

Tints of Red Oxide #531613

Color information

#531613 (or 0x531613) is unknown color: approx Red Oxide. HEX triplet: 53, 16 and 13. RGB value is (83,22,19). Sum of RGB (Red+Green+Blue) = 83+22+19=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #531613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531613 is #ACE9EC. Grayscale: #272727. Windows color (decimal): -11332077 or 1250899. OLE color: 1250899.

HSL color Cylindrical-coordinate representation of color #531613: hue angle of 2.81º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531613 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB832219-
CMYK00.730.770.67
HSL2.81º62.75%20%-
HSV(B)2.81º77.11%32.55%-
XYZ3.972.460.88-
YUV39.9116.21158.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.94%
GREEN value IS 22 (8.98% from 255) = 17.74%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=66.94%
G=17.74%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83221900.730.770.672.8162.7520
Hex5316130494D4333f14
Octal1232623011111510337724
Binary1010011101101001101001001100110110000111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531613; }

 p { color: rgb(83,22,19); }

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

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

 a { background-color: rgb(83,22,19); }

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

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

 span { border-color: rgb(83,22,19); }

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