#531F1E

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

Shades of Red Oxide #531F1E

Tints of Red Oxide #531F1E

Color information

#531F1E (or 0x531F1E) is unknown color: approx Red Oxide. HEX triplet: 53, 1F and 1E. RGB value is (83,31,30). Sum of RGB (Red+Green+Blue) = 83+31+30=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #531F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F1E is #ACE0E1. Grayscale: #2E2E2E. Windows color (decimal): -11329762 or 1974099. OLE color: 1974099.

HSL color Cylindrical-coordinate representation of color #531F1E: hue angle of 1.13º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #531F1E is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB833130-
CMYK00.630.640.67
HSL1.13º46.9%22.16%-
HSV(B)1.13º63.86%32.55%-
XYZ4.292.911.56-
YUV46.43118.73154.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 31 (12.5% from 255) = 21.53%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=57.64%
G=21.53%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83313000.630.640.671.1346.922.16
Hex531F1E03F404312f16
Octal123373607710010315726
Binary10100111111111110011111110000001000011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,31,30); }

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

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

 a { background-color: rgb(83,31,30); }

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

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

 span { border-color: rgb(83,31,30); }

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