#531D1A

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

Shades of Red Oxide #531D1A

Tints of Red Oxide #531D1A

Color information

#531D1A (or 0x531D1A) is unknown color: approx Red Oxide. HEX triplet: 53, 1D and 1A. RGB value is (83,29,26). Sum of RGB (Red+Green+Blue) = 83+29+26=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #531D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D1A is #ACE2E5. Grayscale: #2C2C2C. Windows color (decimal): -11330278 or 1711443. OLE color: 1711443.

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

Color convert

RGB832926-
CMYK00.650.690.67
HSL3.16º52.29%21.37%-
HSV(B)3.16º68.67%32.55%-
XYZ4.192.791.3-
YUV44.8117.39155.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.14%
GREEN value IS 29 (11.72% from 255) = 21.01%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=60.14%
G=21.01%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83292600.650.690.673.1652.2921.37
Hex531D1A041454333415
Octal1233532010110510336425
Binary1010011111011101001000001100010110000111111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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