#571413

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

Shades of Red Oxide #571413

Tints of Red Oxide #571413

Color information

#571413 (or 0x571413) is unknown color: approx Red Oxide. HEX triplet: 57, 14 and 13. RGB value is (87,20,19). Sum of RGB (Red+Green+Blue) = 87+20+19=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #571413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571413 is #A8EBEC. Grayscale: #272727. Windows color (decimal): -11070445 or 1250391. OLE color: 1250391.

HSL color Cylindrical-coordinate representation of color #571413: hue angle of 0.88º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #571413 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB872019-
CMYK00.770.780.66
HSL0.88º64.15%20.78%-
HSV(B)0.88º78.16%34.12%-
XYZ4.32.570.89-
YUV39.92116.2161.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.05%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=69.05%
G=15.87%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87201900.770.780.660.8864.1520.78
Hex57141304D4E4214015
Octal12724230115116102110025
Binary1010111101001001101001101100111010000101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571413; }

 p { color: rgb(87,20,19); }

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

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

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

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

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

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

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