#571507

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

Shades of Red Oxide #571507

Tints of Red Oxide #571507

Color information

#571507 (or 0x571507) is unknown color: approx Red Oxide. HEX triplet: 57, 15 and 07. RGB value is (87,21,7). Sum of RGB (Red+Green+Blue) = 87+21+7=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #571507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571507 is #A8EAF8. Grayscale: #272727. Windows color (decimal): -11070201 or 464215. OLE color: 464215.

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

Color convert

RGB87217-
CMYK00.760.920.66
HSL10.5º85.11%18.43%-
HSV(B)10.5º91.95%34.12%-
XYZ4.242.580.48-
YUV39.14109.87162.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 75.65%
GREEN value IS 21 (8.59% from 255) = 18.26%
BLUE value IS 7 (3.12% from 255) = 6.09%
R=75.65%
G=18.26%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8721700.760.920.6610.585.1118.43
Hex5715704C5C42a5512
Octal12725701141341021212522
Binary10101111010111101001100101110010000101010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571507; }

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

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

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

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

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

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

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

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