#531B19

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

Shades of Red Oxide #531B19

Tints of Red Oxide #531B19

Color information

#531B19 (or 0x531B19) is unknown color: approx Red Oxide. HEX triplet: 53, 1B and 19. RGB value is (83,27,25). Sum of RGB (Red+Green+Blue) = 83+27+25=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #531B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531B19 is #ACE4E6. Grayscale: #2B2B2B. Windows color (decimal): -11330791 or 1645395. OLE color: 1645395.

HSL color Cylindrical-coordinate representation of color #531B19: hue angle of 2.07º 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 #531B19 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB832725-
CMYK00.670.700.67
HSL2.07º53.7%21.18%-
HSV(B)2.07º69.88%32.55%-
XYZ4.132.691.22-
YUV43.52117.55156.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.48%
GREEN value IS 27 (10.94% from 255) = 20%
BLUE value IS 25 (10.16% from 255) = 18.52%
R=61.48%
G=20%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83272500.670.700.672.0753.721.18
Hex531B19043464323615
Octal1233331010310610326625
Binary1010011110111100101000011100011010000111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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