#571707

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

Shades of Red Oxide #571707

Tints of Red Oxide #571707

Color information

#571707 (or 0x571707) is unknown color: approx Red Oxide. HEX triplet: 57, 17 and 07. RGB value is (87,23,7). Sum of RGB (Red+Green+Blue) = 87+23+7=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #571707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571707 is #A8E8F8. Grayscale: #282828. Windows color (decimal): -11069689 or 464727. OLE color: 464727.

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

Color convert

RGB87237-
CMYK00.740.920.66
HSL12º85.11%18.43%-
HSV(B)12º91.95%34.12%-
XYZ4.282.650.49-
YUV40.31109.2161.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 74.36%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 7 (3.12% from 255) = 5.98%
R=74.36%
G=19.66%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8723700.740.920.661285.1118.43
Hex5717704A5C42c5512
Octal12727701121341021412522
Binary10101111011111101001010101110010000101100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571707; }

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

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

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

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

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

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

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

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