#531512

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

Shades of Red Oxide #531512

Tints of Red Oxide #531512

Color information

#531512 (or 0x531512) is unknown color: approx Red Oxide. HEX triplet: 53, 15 and 12. RGB value is (83,21,18). Sum of RGB (Red+Green+Blue) = 83+21+18=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #531512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531512 is #ACEAED. Grayscale: #272727. Windows color (decimal): -11332334 or 1185107. OLE color: 1185107.

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

Color convert

RGB832118-
CMYK00.750.780.67
HSL2.77º64.36%19.8%-
HSV(B)2.77º78.31%32.55%-
XYZ3.942.420.83-
YUV39.2116.04159.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.03%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=68.03%
G=17.21%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83211800.750.780.672.7764.3619.8
Hex53151204B4E4334014
Octal12325220113116103310024
Binary10100111010110010010010111001110100001111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531512; }

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

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

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

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

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

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

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

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