#531C16

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

Shades of Red Oxide #531C16

Tints of Red Oxide #531C16

Color information

#531C16 (or 0x531C16) is unknown color: approx Red Oxide. HEX triplet: 53, 1C and 16. RGB value is (83,28,22). Sum of RGB (Red+Green+Blue) = 83+28+22=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #531C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531C16 is #ACE3E9. Grayscale: #2B2B2B. Windows color (decimal): -11330538 or 1449043. OLE color: 1449043.

HSL color Cylindrical-coordinate representation of color #531C16: hue angle of 5.9º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531C16 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB832822-
CMYK00.660.730.67
HSL5.9º58.1%20.59%-
HSV(B)5.9º73.49%32.55%-
XYZ4.132.731.07-
YUV43.76115.72155.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 28 (11.33% from 255) = 21.05%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=62.41%
G=21.05%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83282200.660.730.675.958.120.59
Hex531C16042494363a15
Octal1233426010211110367225
Binary10100111110010110010000101001001100001111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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