#531E1D

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

Shades of Red Oxide #531E1D

Tints of Red Oxide #531E1D

Color information

#531E1D (or 0x531E1D) is unknown color: approx Red Oxide. HEX triplet: 53, 1E and 1D. RGB value is (83,30,29). Sum of RGB (Red+Green+Blue) = 83+30+29=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #531E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E1D is #ACE1E2. Grayscale: #2D2D2D. Windows color (decimal): -11330019 or 1908307. OLE color: 1908307.

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

Color convert

RGB833029-
CMYK00.640.650.67
HSL1.11º48.21%21.96%-
HSV(B)1.11º65.06%32.55%-
XYZ4.252.861.49-
YUV45.73118.56154.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 29 (11.72% from 255) = 20.42%
R=58.45%
G=21.13%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83302900.640.650.671.1148.2121.96
Hex531E1D040414313016
Octal1233635010010110316026
Binary101001111110111010100000010000011000011111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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