#531714

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

Shades of Red Oxide #531714

Tints of Red Oxide #531714

Color information

#531714 (or 0x531714) is unknown color: approx Red Oxide. HEX triplet: 53, 17 and 14. RGB value is (83,23,20). Sum of RGB (Red+Green+Blue) = 83+23+20=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #531714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531714 is #ACE8EB. Grayscale: #282828. Windows color (decimal): -11331820 or 1316691. OLE color: 1316691.

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

Color convert

RGB832320-
CMYK00.720.760.67
HSL2.86º61.17%20.2%-
HSV(B)2.86º75.9%32.55%-
XYZ42.50.93-
YUV40.6116.38158.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.87%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=65.87%
G=18.25%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83232000.720.760.672.8661.1720.2
Hex5317140484C4333d14
Octal1232724011011410337524
Binary1010011101111010001001000100110010000111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531714; }

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

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

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

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

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

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

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

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