#531E19

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

Shades of Red Oxide #531E19

Tints of Red Oxide #531E19

Color information

#531E19 (or 0x531E19) is unknown color: approx Red Oxide. HEX triplet: 53, 1E and 19. RGB value is (83,30,25). Sum of RGB (Red+Green+Blue) = 83+30+25=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #531E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E19 is #ACE1E6. Grayscale: #2D2D2D. Windows color (decimal): -11330023 or 1646163. OLE color: 1646163.

HSL color Cylindrical-coordinate representation of color #531E19: hue angle of 5.17º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531E19 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB833025-
CMYK00.640.700.67
HSL5.17º53.7%21.18%-
HSV(B)5.17º69.88%32.55%-
XYZ4.212.841.25-
YUV45.28116.56154.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.14%
GREEN value IS 30 (12.11% from 255) = 21.74%
BLUE value IS 25 (10.16% from 255) = 18.12%
R=60.14%
G=21.74%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83302500.640.700.675.1753.721.18
Hex531E19040464353615
Octal1233631010010610356625
Binary10100111111011001010000001000110100001110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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