#531612

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

Shades of Red Oxide #531612

Tints of Red Oxide #531612

Color information

#531612 (or 0x531612) is unknown color: approx Red Oxide. HEX triplet: 53, 16 and 12. RGB value is (83,22,18). Sum of RGB (Red+Green+Blue) = 83+22+18=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #531612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531612 is #ACE9ED. Grayscale: #272727. Windows color (decimal): -11332078 or 1185363. OLE color: 1185363.

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

Color convert

RGB832218-
CMYK00.730.780.67
HSL3.69º64.36%19.8%-
HSV(B)3.69º78.31%32.55%-
XYZ3.962.460.84-
YUV39.78115.71158.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 67.48%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=67.48%
G=17.89%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83221800.730.780.673.6964.3619.8
Hex5316120494E4344014
Octal12326220111116103410024
Binary101001110110100100100100110011101000011100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531612; }

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

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

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

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

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

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

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

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