#531414

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

Shades of Red Oxide #531414

Tints of Red Oxide #531414

Color information

#531414 (or 0x531414) is unknown color: approx Red Oxide. HEX triplet: 53, 14 and 14. RGB value is (83,20,20). Sum of RGB (Red+Green+Blue) = 83+20+20=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #531414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531414 is #ACEBEB. Grayscale: #262626. Windows color (decimal): -11332588 or 1315923. OLE color: 1315923.

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

Color convert

RGB832020-
CMYK00.760.760.67
HSL61.17%20.2%-
HSV(B)75.9%32.55%-
XYZ3.942.390.92-
YUV38.84117.37159.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 67.48%
GREEN value IS 20 (8.20% from 255) = 16.26%
BLUE value IS 20 (8.20% from 255) = 16.26%
R=67.48%
G=16.26%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83202000.760.760.67061.1720.2
Hex53141404C4C4303d14
Octal1232424011411410307524
Binary101001110100101000100110010011001000011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531414; }

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

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

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

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

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

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

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

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