#571911

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

Shades of Red Oxide #571911

Tints of Red Oxide #571911

Color information

#571911 (or 0x571911) is unknown color: approx Red Oxide. HEX triplet: 57, 19 and 11. RGB value is (87,25,17). Sum of RGB (Red+Green+Blue) = 87+25+17=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #571911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571911 is #A8E6EE. Grayscale: #2A2A2A. Windows color (decimal): -11069167 or 1120599. OLE color: 1120599.

HSL color Cylindrical-coordinate representation of color #571911: hue angle of 6.86º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571911 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB872517-
CMYK00.710.800.66
HSL6.86º67.31%20.39%-
HSV(B)6.86º80.46%34.12%-
XYZ4.382.760.83-
YUV42.63113.54159.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.44%
GREEN value IS 25 (10.16% from 255) = 19.38%
BLUE value IS 17 (7.03% from 255) = 13.18%
R=67.44%
G=19.38%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87251700.710.800.666.8667.3120.39
Hex571911047504274314
Octal12731210107120102710324
Binary101011111001100010100011110100001000010111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571911; }

 p { color: rgb(87,25,17); }

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

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

 a { background-color: rgb(87,25,17); }

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

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

 span { border-color: rgb(87,25,17); }

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