#531713

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

Shades of Red Oxide #531713

Tints of Red Oxide #531713

Color information

#531713 (or 0x531713) is unknown color: approx Red Oxide. HEX triplet: 53, 17 and 13. RGB value is (83,23,19). Sum of RGB (Red+Green+Blue) = 83+23+19=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #531713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531713 is #ACE8EC. Grayscale: #282828. Windows color (decimal): -11331821 or 1251155. OLE color: 1251155.

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

Color convert

RGB832319-
CMYK00.720.770.67
HSL3.75º62.75%20%-
HSV(B)3.75º77.11%32.55%-
XYZ3.992.50.89-
YUV40.48115.88158.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.4%
GREEN value IS 23 (9.38% from 255) = 18.4%
BLUE value IS 19 (7.81% from 255) = 15.2%
R=66.4%
G=18.4%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83231900.720.770.673.7562.7520
Hex5317130484D4343f14
Octal1232723011011510347724
Binary10100111011110011010010001001101100001110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531713; }

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

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

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

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

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

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

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

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