#571611

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

Shades of Red Oxide #571611

Tints of Red Oxide #571611

Color information

#571611 (or 0x571611) is unknown color: approx Red Oxide. HEX triplet: 57, 16 and 11. RGB value is (87,22,17). Sum of RGB (Red+Green+Blue) = 87+22+17=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #571611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571611 is #A8E9EE. Grayscale: #282828. Windows color (decimal): -11069935 or 1119831. OLE color: 1119831.

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

Color convert

RGB872217-
CMYK00.750.800.66
HSL4.29º67.31%20.39%-
HSV(B)4.29º80.46%34.12%-
XYZ4.322.640.81-
YUV40.86114.53160.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.05%
GREEN value IS 22 (8.98% from 255) = 17.46%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=69.05%
G=17.46%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87221700.750.800.664.2967.3120.39
Hex57161104B504244314
Octal12726210113120102410324
Binary101011110110100010100101110100001000010100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571611; }

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

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

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

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

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

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

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

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