#571607

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

Shades of Red Oxide #571607

Tints of Red Oxide #571607

Color information

#571607 (or 0x571607) is unknown color: approx Red Oxide. HEX triplet: 57, 16 and 07. RGB value is (87,22,7). Sum of RGB (Red+Green+Blue) = 87+22+7=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #571607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571607 is #A8E9F8. Grayscale: #272727. Windows color (decimal): -11069945 or 464471. OLE color: 464471.

HSL color Cylindrical-coordinate representation of color #571607: hue angle of 11.25º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #571607 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB87227-
CMYK00.750.920.66
HSL11.25º85.11%18.43%-
HSV(B)11.25º91.95%34.12%-
XYZ4.262.620.48-
YUV39.72109.53161.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 75%
GREEN value IS 22 (8.98% from 255) = 18.97%
BLUE value IS 7 (3.12% from 255) = 6.03%
R=75%
G=18.97%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8722700.750.920.6611.2585.1118.43
Hex5716704B5C42b5512
Octal12726701131341021312522
Binary10101111011011101001011101110010000101011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571607; }

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

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

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

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

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

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

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

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