#531310

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

Shades of Red Oxide #531310

Tints of Red Oxide #531310

Color information

#531310 (or 0x531310) is unknown color: approx Red Oxide. HEX triplet: 53, 13 and 10. RGB value is (83,19,16). Sum of RGB (Red+Green+Blue) = 83+19+16=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #531310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531310 is #ACECEF. Grayscale: #252525. Windows color (decimal): -11332848 or 1053523. OLE color: 1053523.

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

Color convert

RGB831916-
CMYK00.770.810.67
HSL2.69º67.68%19.41%-
HSV(B)2.69º80.72%32.55%-
XYZ3.892.340.74-
YUV37.79115.7160.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.34%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=70.34%
G=16.10%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83191600.770.810.672.6967.6819.41
Hex53131004D514334413
Octal12323200115121103310423
Binary10100111001110000010011011010001100001111100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531310; }

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

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

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

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

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

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

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

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