#571813

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

Shades of Red Oxide #571813

Tints of Red Oxide #571813

Color information

#571813 (or 0x571813) is unknown color: approx Red Oxide. HEX triplet: 57, 18 and 13. RGB value is (87,24,19). Sum of RGB (Red+Green+Blue) = 87+24+19=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #571813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571813 is #A8E7EC. Grayscale: #2A2A2A. Windows color (decimal): -11069421 or 1251415. OLE color: 1251415.

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

Color convert

RGB872419-
CMYK00.720.780.66
HSL4.41º64.15%20.78%-
HSV(B)4.41º78.16%34.12%-
XYZ4.372.730.91-
YUV42.27114.87159.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.92%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 19 (7.81% from 255) = 14.62%
R=66.92%
G=18.46%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87241900.720.780.664.4164.1520.78
Hex5718130484E4244015
Octal12730230110116102410025
Binary101011111000100110100100010011101000010100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571813; }

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

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

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

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

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

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

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

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