#531814

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

Shades of Red Oxide #531814

Tints of Red Oxide #531814

Color information

#531814 (or 0x531814) is unknown color: approx Red Oxide. HEX triplet: 53, 18 and 14. RGB value is (83,24,20). Sum of RGB (Red+Green+Blue) = 83+24+20=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #531814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531814 is #ACE7EB. Grayscale: #292929. Windows color (decimal): -11331564 or 1316947. OLE color: 1316947.

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

Color convert

RGB832420-
CMYK00.710.760.67
HSL3.81º61.17%20.2%-
HSV(B)3.81º75.9%32.55%-
XYZ4.022.540.94-
YUV41.18116.05157.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.35%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=65.35%
G=18.90%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83242000.710.760.673.8161.1720.2
Hex5318140474C4343d14
Octal1233024010711410347524
Binary10100111100010100010001111001100100001110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531814; }

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

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

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

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

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

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

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

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