#531514

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

Shades of Red Oxide #531514

Tints of Red Oxide #531514

Color information

#531514 (or 0x531514) is unknown color: approx Red Oxide. HEX triplet: 53, 15 and 14. RGB value is (83,21,20). Sum of RGB (Red+Green+Blue) = 83+21+20=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #531514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531514 is #ACEAEB. Grayscale: #272727. Windows color (decimal): -11332332 or 1316179. OLE color: 1316179.

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

Color convert

RGB832120-
CMYK00.750.760.67
HSL0.95º61.17%20.2%-
HSV(B)0.95º75.9%32.55%-
XYZ3.962.430.92-
YUV39.42117.04159.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.94%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 20 (8.20% from 255) = 16.13%
R=66.94%
G=16.94%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83212000.750.760.670.9561.1720.2
Hex53151404B4C4313d14
Octal1232524011311410317524
Binary101001110101101000100101110011001000011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531514; }

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

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

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

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

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

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

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

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