#531B14

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

Shades of Red Oxide #531B14

Tints of Red Oxide #531B14

Color information

#531B14 (or 0x531B14) is unknown color: approx Red Oxide. HEX triplet: 53, 1B and 14. RGB value is (83,27,20). Sum of RGB (Red+Green+Blue) = 83+27+20=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #531B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531B14 is #ACE4EB. Grayscale: #2B2B2B. Windows color (decimal): -11330796 or 1317715. OLE color: 1317715.

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

Color convert

RGB832720-
CMYK00.670.760.67
HSL6.67º61.17%20.2%-
HSV(B)6.67º75.9%32.55%-
XYZ4.092.670.96-
YUV42.95115.05156.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.85%
GREEN value IS 27 (10.94% from 255) = 20.77%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=63.85%
G=20.77%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83272000.670.760.676.6761.1720.2
Hex531B140434C4373d14
Octal1233324010311410377524
Binary10100111101110100010000111001100100001111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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