#531C14

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

Shades of Red Oxide #531C14

Tints of Red Oxide #531C14

Color information

#531C14 (or 0x531C14) is unknown color: approx Red Oxide. HEX triplet: 53, 1C and 14. RGB value is (83,28,20). Sum of RGB (Red+Green+Blue) = 83+28+20=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #531C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531C14 is #ACE3EB. Grayscale: #2B2B2B. Windows color (decimal): -11330540 or 1317971. OLE color: 1317971.

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

Color convert

RGB832820-
CMYK00.660.760.67
HSL7.62º61.17%20.2%-
HSV(B)7.62º75.9%32.55%-
XYZ4.112.720.97-
YUV43.53114.72156.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.36%
GREEN value IS 28 (11.33% from 255) = 21.37%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=63.36%
G=21.37%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83282000.660.760.677.6261.1720.2
Hex531C140424C4383d14
Octal12334240102114103107524
Binary101001111100101000100001010011001000011100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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