#531A12

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

Shades of Red Oxide #531A12

Tints of Red Oxide #531A12

Color information

#531A12 (or 0x531A12) is unknown color: approx Red Oxide. HEX triplet: 53, 1A and 12. RGB value is (83,26,18). Sum of RGB (Red+Green+Blue) = 83+26+18=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #531A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531A12 is #ACE5ED. Grayscale: #2A2A2A. Windows color (decimal): -11331054 or 1186387. OLE color: 1186387.

HSL color Cylindrical-coordinate representation of color #531A12: hue angle of 7.38º 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 #531A12 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB832618-
CMYK00.690.780.67
HSL7.38º64.36%19.8%-
HSV(B)7.38º78.31%32.55%-
XYZ4.052.620.87-
YUV42.13114.38157.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.35%
GREEN value IS 26 (10.55% from 255) = 20.47%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=65.35%
G=20.47%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83261800.690.780.677.3864.3619.8
Hex531A120454E4374014
Octal12332220105116103710024
Binary101001111010100100100010110011101000011111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531A12; }

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

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

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

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

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

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

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

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