#531B13

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

Shades of Red Oxide #531B13

Tints of Red Oxide #531B13

Color information

#531B13 (or 0x531B13) is unknown color: approx Red Oxide. HEX triplet: 53, 1B and 13. RGB value is (83,27,19). Sum of RGB (Red+Green+Blue) = 83+27+19=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #531B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531B13 is #ACE4EC. Grayscale: #2A2A2A. Windows color (decimal): -11330797 or 1252179. OLE color: 1252179.

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

Color convert

RGB832719-
CMYK00.670.770.67
HSL7.5º62.75%20%-
HSV(B)7.5º77.11%32.55%-
XYZ4.082.670.92-
YUV42.83114.55156.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.34%
GREEN value IS 27 (10.94% from 255) = 20.93%
BLUE value IS 19 (7.81% from 255) = 14.73%
R=64.34%
G=20.93%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83271900.670.770.677.562.7520
Hex531B130434D4383f14
Octal12333230103115103107724
Binary101001111011100110100001110011011000011100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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