#531F1B

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

Shades of Red Oxide #531F1B

Tints of Red Oxide #531F1B

Color information

#531F1B (or 0x531F1B) is unknown color: approx Red Oxide. HEX triplet: 53, 1F and 1B. RGB value is (83,31,27). Sum of RGB (Red+Green+Blue) = 83+31+27=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #531F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F1B is #ACE0E4. Grayscale: #2E2E2E. Windows color (decimal): -11329765 or 1777491. OLE color: 1777491.

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

Color convert

RGB833127-
CMYK00.630.670.67
HSL4.29º50.91%21.57%-
HSV(B)4.29º67.47%32.55%-
XYZ4.262.91.37-
YUV46.09117.23154.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 31 (12.5% from 255) = 21.99%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=58.87%
G=21.99%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83312700.630.670.674.2950.9121.57
Hex531F1B03F434343316
Octal123373307710310346326
Binary1010011111111101101111111000011100001110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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