#571107

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

Shades of Red Oxide #571107

Tints of Red Oxide #571107

Color information

#571107 (or 0x571107) is unknown color: approx Red Oxide. HEX triplet: 57, 11 and 07. RGB value is (87,17,7). Sum of RGB (Red+Green+Blue) = 87+17+7=111 (14% of max value = 765). Red value is 87 (34.38% from 255 or 78.38% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 87 - color contains mainly: red. Hex color #571107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571107 is #A8EEF8. Grayscale: #242424. Windows color (decimal): -11071225 or 463191. OLE color: 463191.

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

Color convert

RGB87177-
CMYK00.800.920.66
HSL7.5º85.11%18.43%-
HSV(B)7.5º91.95%34.12%-
XYZ4.172.440.45-
YUV36.79111.19163.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 78.38%
GREEN value IS 17 (7.03% from 255) = 15.32%
BLUE value IS 7 (3.12% from 255) = 6.31%
R=78.38%
G=15.32%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8717700.800.920.667.585.1118.43
Hex571170505C4285512
Octal12721701201341021012522
Binary10101111000111101010000101110010000101000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571107; }

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

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

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

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

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

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

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

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